Skip to content

Commit

Permalink
Update the version number ready to be released
Browse files Browse the repository at this point in the history
  • Loading branch information
danrwalker committed Mar 15, 2016
1 parent 934e802 commit 930e5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/twist/Twist.php
Expand Up @@ -60,7 +60,7 @@ public static function version($strVersionPart = null){
'major' => 3,
'minor' => 0,
'patch' => 3,
'pre-release' => 'dev'//pre-release can be set to 'dev'
'pre-release' => ''//pre-release can be set to 'dev'
);

switch($strVersionPart){
Expand Down

0 comments on commit 930e5b5

Please sign in to comment.