Skip to content

Commit a29d0ed

Browse files
Update version to 25.1.rc1
1 parent 6d82d99 commit a29d0ed

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 = "25.1"
2-
VERSION_MINOR = "dev0"
2+
VERSION_MINOR = "rc1"
33
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")

0 commit comments

Comments
 (0)