Skip to content

Commit

Permalink
Revert "Merge pull request #79 from TwistPHP/update-version-number"
Browse files Browse the repository at this point in the history
This reverts commit a7695c5, reversing
changes made to f12eba5.
  • Loading branch information
danrwalker committed Mar 15, 2016
1 parent a7695c5 commit e8a8957
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' => 3,
'patch' => 2,
'pre-release' => ''//pre-release can be set to 'dev'
);

Expand Down

0 comments on commit e8a8957

Please sign in to comment.