Skip to content

Commit

Permalink
Merge pull request #19170 from jdavcs/version-24.2.rc1
Browse files Browse the repository at this point in the history
[24.2] Update version to 24.2.rc1
  • Loading branch information
jdavcs authored Nov 20, 2024
2 parents 8cdd254 + 8c4d815 commit 0390a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR = "24.2"
VERSION_MINOR = "dev0"
VERSION_MINOR = "rc1"
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")

0 comments on commit 0390a8b

Please sign in to comment.