Skip to content

Commit b0e5843

Browse files
authored
feat(core,windows): update C++ SDK to 12.7.0 (#17238)
1 parent 6ff4124 commit b0e5843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase_core/firebase_core/windows/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# customers of the plugin.
55
cmake_minimum_required(VERSION 3.14)
66

7-
set(FIREBASE_SDK_VERSION "12.0.0")
7+
set(FIREBASE_SDK_VERSION "12.7.0")
88

99
if (EXISTS $ENV{FIREBASE_CPP_SDK_DIR}/include/firebase/version.h)
1010
file(READ "$ENV{FIREBASE_CPP_SDK_DIR}/include/firebase/version.h" existing_version)

0 commit comments

Comments
 (0)