diff --git a/dist/twist/Twist.php b/dist/twist/Twist.php index e11b844b..5d8b6275 100755 --- a/dist/twist/Twist.php +++ b/dist/twist/Twist.php @@ -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' );