Skip to content

Commit

Permalink
version: set to 3.0.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Müller committed Jan 24, 2024
1 parent dc32a7d commit 143166e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -61,7 +61,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.0.x-dev"
"dev-main": "3.0.x-dev"
}
}
}
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -25,9 +25,9 @@
author = u'Chris Müller'

# The short X.Y version
version = u'2.1'
version = u'3.0'
# The full version, including alpha/beta/rc tags
release = u'2.1.0-dev'
release = u'3.0.0-dev'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion src/Information/Version.php
Expand Up @@ -19,7 +19,7 @@
*/
final class Version
{
private const VERSION = '2.1.0-dev';
private const VERSION = '3.0.0-dev';

public function getVersion(): string
{
Expand Down

0 comments on commit 143166e

Please sign in to comment.