Skip to content

Commit

Permalink
Merge pull request #19254 from jdavcs/24_2_fix_version
Browse files Browse the repository at this point in the history
[24.2] Fix version number
  • Loading branch information
jdavcs authored Dec 5, 2024
2 parents 963ae52 + 5ee4dfb commit 16fe9c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/galaxy/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR = "25.0"
VERSION_MINOR = "dev0"
VERSION_MAJOR = "24.2"
VERSION_MINOR = "rc1"
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")

0 comments on commit 16fe9c5

Please sign in to comment.