Commit 82b482b5 authored by John Davis's avatar John Davis
Browse files

Update version to 24.1.

parent 25827fbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION_MAJOR = "24.1"
VERSION_MINOR = "rc1"
VERSION_MINOR = ""
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")