fixed version increment of release command

This commit is contained in:
Carsten Brandt
2017-02-08 10:08:37 +01:00
parent 0e6c6635e5
commit 89f66ae422
2 changed files with 7 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.12.2-dev';
return '2.0.12-dev';
}
/**