Unverified Commit ceaf5446 authored by Ahmed Hamid Awan's avatar Ahmed Hamid Awan Committed by GitHub
Browse files

Merge pull request #20267 from ahmedhamidawan/version-25.0.rc1

[25.0] Update version to 25.0.rc1
parents 4d1da5ac 669e4d54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
VERSION_MAJOR = "25.0"
VERSION_MINOR = "dev0"
VERSION_MINOR = "rc1"
VERSION = VERSION_MAJOR + (f".{VERSION_MINOR}" if VERSION_MINOR else "")