diff --git a/framework/yii/BaseYii.php b/framework/yii/BaseYii.php index e56d410..073476f 100644 --- a/framework/yii/BaseYii.php +++ b/framework/yii/BaseYii.php @@ -104,7 +104,7 @@ class BaseYii */ public static function getVersion() { - return '2.0-dev'; + return '2.0.0-alpha'; } /**