Update Runtimes/Overlay/CMakeLists.txt to 6.2.1

This commit is contained in:
Mishal Shah
2025-08-27 14:39:13 -07:00
committed by GitHub
parent e30e85385b
commit 4e8f952ff5

View File

@@ -20,7 +20,7 @@ if($ENV{BUILD_NUMBER})
endif()
project(SwiftOverlay
LANGUAGES C CXX Swift
VERSION 6.2.0${BUILD_NUMBER})
VERSION 6.2.1${BUILD_NUMBER})
find_package(SwiftCore)