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