Skip to content

Commit

Permalink
Set version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Oct 27, 2017
1 parent e6a8b40 commit 9b1ec77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundle/Version.php
Expand Up @@ -4,10 +4,10 @@

abstract class Version
{
const VERSION = '3.1.0-DEV';
const VERSION = '3.1.0';
const VERSION_ID = 30100;
const MAJOR_VERSION = 3;
const MINOR_VERSION = 1;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = '';
}

0 comments on commit 9b1ec77

Please sign in to comment.