Update Runtimes/Core/CMakeLists.txt to 6.2.1

This commit is contained in:
Mishal Shah
2025-08-27 14:38:57 -07:00
committed by GitHub
parent 95fefa36e1
commit e30e85385b

View File

@@ -54,7 +54,7 @@ if($ENV{BUILD_NUMBER})
endif()
project(SwiftCore
LANGUAGES C CXX Swift
VERSION 6.2.0${BUILD_NUMBER})
VERSION 6.2.1${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.