Skip to content

Commit

Permalink
Update the release version number
Browse files Browse the repository at this point in the history
  • Loading branch information
danrwalker committed Jan 18, 2021
1 parent 7a4e92c commit 8c8c5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/twist/Twist.php
Expand Up @@ -62,7 +62,7 @@ public static function version($strVersionPart = null){
$arrVersion = array(
'major' => 4,
'minor' => 0,
'patch' => 0,
'patch' => 2,
'pre-release' => ''//pre-release can be set to 'dev'
);

Expand Down

0 comments on commit 8c8c5c8

Please sign in to comment.