From 6da796bb9ee1d4fb4a0512b48b9eb1ab5ff293f9 Mon Sep 17 00:00:00 2001 From: Dan Walker Date: Thu, 24 Mar 2016 10:42:34 +0000 Subject: [PATCH] Update version number for the 3.0.4 release --- dist/twist/Twist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' );