Skip to content

Commit

Permalink
Version 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFox committed Mar 12, 2015
1 parent aa27dc3 commit 3ff92a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TheFox/Assembly/Assembly.php
Expand Up @@ -5,8 +5,8 @@
class Assembly{

const NAME = 'Assembly';
const VERSION = '0.2.0-dev';
const RELEASE = 1;
const VERSION = '0.2.0';
const RELEASE = 2;

private $instructionId = 0;
private $instructions = array();
Expand Down

0 comments on commit 3ff92a8

Please sign in to comment.