We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6aabe68 + dd78bb7 commit 1087c19Copy full SHA for 1087c19
lib/galaxy/version.py
@@ -1,3 +1,3 @@
1
VERSION_MAJOR = "26.0"
2
-VERSION_MINOR = "dev0"
+VERSION_MINOR = "rc1"
3
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")
0 commit comments