We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4800fee commit d8d781aCopy full SHA for d8d781a
libs/client-sdk/CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.19)
6
7
project(
8
LaunchDarklyCPPClient
9
- VERSION 0.1
+ VERSION 3.0.1 # {x-release-please-version}
10
DESCRIPTION "LaunchDarkly C++ Client SDK"
11
LANGUAGES CXX C
12
)
release-please-config.json
@@ -7,7 +7,8 @@
"extra-files": [
"include/launchdarkly/client_side/client.hpp",
"tests/client_c_bindings_test.cpp",
- "tests/client_test.cpp"
+ "tests/client_test.cpp",
+ "CMakeLists.txt"
]
13
},
14
"libs/server-sent-events": {
0 commit comments