Skip to content

Commit

Permalink
Merge pull request #16292 from mvdbeek/version-23.1.rc1
Browse files Browse the repository at this point in the history
Update version to 23.1.rc1
  • Loading branch information
dannon committed Jun 22, 2023
2 parents fb11e30 + 5633879 commit 42910d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/version.py
@@ -1,3 +1,3 @@
VERSION_MAJOR = "23.1"
VERSION_MINOR = "dev0"
VERSION_MINOR = "rc1"
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")

0 comments on commit 42910d8

Please sign in to comment.