Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Nov 21, 2017
1 parent bde47dc commit 7359e11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bundle/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

abstract class Version
{
const VERSION = '3.1.2';
const VERSION_ID = 30102;
const VERSION = '3.1.3';
const VERSION_ID = 30103;
const MAJOR_VERSION = 3;
const MINOR_VERSION = 1;
const RELEASE_VERSION = 2;
const RELEASE_VERSION = 3;
const EXTRA_VERSION = '';
}

0 comments on commit 7359e11

Please sign in to comment.