Skip to content

Commit

Permalink
3.0.0 RC1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Mar 2, 2017
1 parent ac8a811 commit bbf8c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

abstract class Version
{
const VERSION = '3.0.0-DEV';
const VERSION = '3.0.0-RC1';
const VERSION_ID = 30000;
const MAJOR_VERSION = 3;
const MINOR_VERSION = 0;
const RELEASE_VERSION = 0;
const EXTRA_VERSION = 'DEV';
const EXTRA_VERSION = 'RC1';
}

0 comments on commit bbf8c0b

Please sign in to comment.