summaryrefslogtreecommitdiff
path: root/framework/PradoBase.php
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2016-04-19 16:37:23 +0200
committerFabio Bas <ctrlaltca@gmail.com>2016-04-19 16:37:23 +0200
commit222307faea3327f597090961f2727ea23944a144 (patch)
treec64a58de73c4172b5274be8e99ff2c605b7d9cdc /framework/PradoBase.php
parent5f6db9b9942053215532d9bc6bdc2c09ec7cb1d1 (diff)
Prepare for 3.3.1 release
Diffstat (limited to 'framework/PradoBase.php')
-rw-r--r--framework/PradoBase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/PradoBase.php b/framework/PradoBase.php
index d9c49898..34f8bf0f 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -69,7 +69,7 @@ class PradoBase
*/
public static function getVersion()
{
- return '3.3.0';
+ return '3.3.1';
}
/**