Skip to content

Commit

Permalink
Bump version to 3.9.4-DEV
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 24, 2024
1 parent 24b73b8 commit 4a7de4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Environment.php
Expand Up @@ -41,12 +41,12 @@
*/
class Environment
{
public const VERSION = '3.9.3';
public const VERSION_ID = 30903;
public const VERSION = '3.9.4-DEV';
public const VERSION_ID = 30904;
public const MAJOR_VERSION = 3;
public const MINOR_VERSION = 9;
public const RELEASE_VERSION = 3;
public const EXTRA_VERSION = '';
public const RELEASE_VERSION = 4;
public const EXTRA_VERSION = 'DEV';

private $charset;
private $loader;
Expand Down

0 comments on commit 4a7de4a

Please sign in to comment.