From 81a60f1fccb0a9942cd8c74a57aa4d3512b168ab Mon Sep 17 00:00:00 2001 From: voltan Date: Wed, 6 Sep 2017 11:43:34 +0430 Subject: [PATCH] Update version number --- 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 a384c9d79f..78d92f818e 100644 --- a/lib/Pi/Version/Version.php +++ b/lib/Pi/Version/Version.php @@ -27,7 +27,7 @@ class Version * @var string * @see http://semver.org/ for semantic versioning */ - const VERSION = '2.6.0-alpha'; + const VERSION = '2.6.0-beta'; /** * The latest stable version Pi Engine available