We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25827fb commit 82b482bCopy full SHA for 82b482b
lib/galaxy/version.py
@@ -1,3 +1,3 @@
1
VERSION_MAJOR = "24.1"
2
-VERSION_MINOR = "rc1"
+VERSION_MINOR = ""
3
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")
0 commit comments