diff options
Diffstat (limited to 'framework/core.php')
-rw-r--r-- | framework/core.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/core.php b/framework/core.php index cd66e08c..77841fb2 100644 --- a/framework/core.php +++ b/framework/core.php @@ -402,7 +402,7 @@ class PradoBase */
public static function getVersion()
{
- return '3.0b';
+ return '3.0RC1';
}
/**
|