Skip to content

Commit

Permalink
version: set to 3.1.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Aug 15, 2024
1 parent a7334c6 commit bb9d68b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "3.0.x-dev"
"dev-main": "3.1.x-dev"
}
}
}
2 changes: 1 addition & 1 deletion src/Information/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
final class Version
{
private const VERSION = '3.0.0';
private const VERSION = '3.1.0-dev';

public function getVersion(): string
{
Expand Down

0 comments on commit bb9d68b

Please sign in to comment.