Skip to content

Commit

Permalink
Bump version to 3.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Nov 9, 2020
1 parent 0602d61 commit a3960ed
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.4.8';
const VERSION_ID = 30408;
const VERSION = '3.4.9';
const VERSION_ID = 30409;
const MAJOR_VERSION = 3;
const MINOR_VERSION = 4;
const RELEASE_VERSION = 8;
const RELEASE_VERSION = 9;
const EXTRA_VERSION = '';
}

0 comments on commit a3960ed

Please sign in to comment.