From f68b041cc37cde0dedc3902f9f7d8e95d33c5ea1 Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 25 Oct 2012 18:47:24 +0300 Subject: [PATCH] Core: fix monstra version --- monstra/engine/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monstra/engine/core.php b/monstra/engine/core.php index ae45c2d..1a26358 100644 --- a/monstra/engine/core.php +++ b/monstra/engine/core.php @@ -45,7 +45,7 @@ /** * The version of Monstra */ - const VERSION = '1.2.1'; + const VERSION = '2.0.1'; /**