Skip to content

Commit

Permalink
Dev version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhartless committed Aug 11, 2016
1 parent bd551eb commit 382e25e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class AppKernel extends Kernel
*
* @const integer
*/
const PATCH_VERSION = 0;
const PATCH_VERSION = 1;

/**
* Extra version identifier
Expand All @@ -50,7 +50,7 @@ class AppKernel extends Kernel
*
* @const string
*/
const EXTRA_VERSION = '';
const EXTRA_VERSION = '-dev';

/**
* @var array
Expand Down
2 changes: 1 addition & 1 deletion app/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1-dev

0 comments on commit 382e25e

Please sign in to comment.