summaryrefslogtreecommitdiff
path: root/framework/PradoBase.php
diff options
context:
space:
mode:
authorxue <>2007-07-17 11:27:51 +0000
committerxue <>2007-07-17 11:27:51 +0000
commit8313b3412e0db7262966a60b859093e6577abb46 (patch)
treef723fd7ca2eca5070c64809aa3ab0994bcd8fa39 /framework/PradoBase.php
parent29d85fd0937c62e0b096cb4b55c7ab952faee9c1 (diff)
Fixed #670.
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 f8d8ec81..9f6d91a0 100644
--- a/framework/PradoBase.php
+++ b/framework/PradoBase.php
@@ -66,7 +66,7 @@ class PradoBase
*/
public static function getVersion()
{
- return '3.1.0';
+ return '3.1.1';
}
/**