Skip to content

Commit

Permalink
Update version number for the 3.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
danrwalker committed Mar 24, 2016
1 parent 97e4794 commit 6da796b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/twist/Twist.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static function version($strVersionPart = null){
$arrVersion = array(
'major' => 3,
'minor' => 0,
'patch' => 3,
'patch' => 4,
'pre-release' => ''//pre-release can be set to 'dev'
);

Expand Down

0 comments on commit 6da796b

Please sign in to comment.