From e2436a1cd43199aed79368c62ef84a1cb17e5cfc Mon Sep 17 00:00:00 2001 From: Taiwen Jiang Date: Sat, 22 Jun 2013 22:08:28 +0800 Subject: [PATCH] Updated version number for development. --- lib/Pi/Version/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Pi/Version/Version.php b/lib/Pi/Version/Version.php index 124e155f47..525249c52e 100644 --- a/lib/Pi/Version/Version.php +++ b/lib/Pi/Version/Version.php @@ -32,7 +32,7 @@ class Version * @var string * @see http://semver.org/ for semantic versioning */ - const VERSION = '2.2.0'; + const VERSION = '2.2.1-dev'; /** * The latest stable version Pi Engine available