From 7f25ba78e5e431a9c108118ed459eb804906c9f7 Mon Sep 17 00:00:00 2001 From: Don Gilbert Date: Tue, 16 May 2017 13:14:55 -0400 Subject: [PATCH] Version bump 2.8.2-dev --- app/AppKernel.php | 4 ++-- app/version.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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