Skip to content

Commit 1087c19

Browse files
Merge pull request #21686 from guerler/version-26.0.rc1
[26.0] Update version to 26.0.rc1
2 parents 6aabe68 + dd78bb7 commit 1087c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/galaxy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR = "26.0"
2-
VERSION_MINOR = "dev0"
2+
VERSION_MINOR = "rc1"
33
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")

0 commit comments

Comments
 (0)