diff --git a/app/AppKernel.php b/app/AppKernel.php index f0eb3e33dff..7f2e02790bf 100644 --- a/app/AppKernel.php +++ b/app/AppKernel.php @@ -41,7 +41,7 @@ class AppKernel extends Kernel * * @const integer */ - const PATCH_VERSION = 1; + const PATCH_VERSION = 2; /** * Extra version identifier. @@ -51,7 +51,7 @@ class AppKernel extends Kernel * * @const string */ - const EXTRA_VERSION = ''; + const EXTRA_VERSION = '-dev'; /** * @var array diff --git a/app/version.txt b/app/version.txt index 96d771776bd..0200122e9a5 100644 --- a/app/version.txt +++ b/app/version.txt @@ -1 +1 @@ -2.8.1 \ No newline at end of file +2.8.2-dev \ No newline at end of file