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 11ea3fa commit 4ea8bdaCopy full SHA for 4ea8bda
CMakeLists.txt
@@ -6,8 +6,8 @@ project(lightstep-tracer)
6
# Version information
7
8
set(LIGHTSTEP_VERSION_MAJOR "0")
9
-set(LIGHTSTEP_VERSION_MINOR "6")
10
-set(LIGHTSTEP_VERSION_PATCH "1")
+set(LIGHTSTEP_VERSION_MINOR "7")
+set(LIGHTSTEP_VERSION_PATCH "0")
11
set(LIGHTSTEP_VERSION_STRING
12
"${LIGHTSTEP_VERSION_MAJOR}.${LIGHTSTEP_VERSION_MINOR}.${LIGHTSTEP_VERSION_PATCH}")
13
0 commit comments