Update the runtime version to 6.2

This commit is contained in:
Mishal Shah
2025-08-26 22:33:55 -07:00
committed by GitHub
parent 2623c4bdd7
commit 9231f97885

View File

@@ -54,7 +54,7 @@ if($ENV{BUILD_NUMBER})
endif()
project(SwiftCore
LANGUAGES C CXX Swift
VERSION 6.1.0${BUILD_NUMBER})
VERSION 6.2.0${BUILD_NUMBER})
# The Swift standard library is not intended for use as a sub-library as part of
# another project. It is tightly coupled with the compiler version.