Skip to content

Commit 82b482b

Browse files
committed
Update version to 24.1.
1 parent 25827fb commit 82b482b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/galaxy/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR = "24.1"
2-
VERSION_MINOR = "rc1"
2+
VERSION_MINOR = ""
33
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")

0 commit comments

Comments
 (0)