Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 22, 2023
1 parent d77586d commit 4c621ad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
*/
class Environment
{
public const VERSION = '3.8.1-DEV';
public const VERSION_ID = 30801;
public const VERSION = '3.9.0-DEV';
public const VERSION_ID = 30900;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 8;
public const RELEASE_VERSION = 1;
public const MINOR_VERSION = 9;
public const RELEASE_VERSION = 0;
public const EXTRA_VERSION = 'DEV';

private $charset;
Expand Down

0 comments on commit 4c621ad

Please sign in to comment.