Skip to content

Commit

Permalink
Merge pull request #79 from TwistPHP/update-version-number
Browse files Browse the repository at this point in the history
Update version number for the 3.0.3 release
  • Loading branch information
ahosgood committed Mar 14, 2016
2 parents f12eba5 + f98e754 commit a7695c5
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 @@ -59,7 +59,7 @@ public static function version($strVersionPart = null){
$arrVersion = array(
'major' => 3,
'minor' => 0,
'patch' => 2,
'patch' => 3,
'pre-release' => ''//pre-release can be set to 'dev'
);

Expand Down

0 comments on commit a7695c5

Please sign in to comment.