Commit a29d0ede authored by Ahmed Awan's avatar Ahmed Awan
Browse files

Update version to 25.1.rc1

parent 6d82d99b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION_MAJOR = "25.1"
VERSION_MINOR = "dev0"
VERSION_MINOR = "rc1"
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")