Skip to content

Commit

Permalink
Restore dev to version 25.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Dec 5, 2024
1 parent 8122566 commit 5909843
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 = "24.2"
VERSION_MINOR = "rc1"
VERSION_MAJOR = "25.0"
VERSION_MINOR = "dev0"
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")

0 comments on commit 5909843

Please sign in to comment.