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 1942b3f commit 8f78208Copy full SHA for 8f78208
CMakeLists.txt
@@ -22,7 +22,7 @@ project(lightstep-tracer)
22
# Version information
23
24
set(LIGHTSTEP_VERSION_MAJOR "0")
25
-set(LIGHTSTEP_VERSION_MINOR "13")
+set(LIGHTSTEP_VERSION_MINOR "14")
26
set(LIGHTSTEP_VERSION_PATCH "0")
27
set(LIGHTSTEP_VERSION_STRING
28
"${LIGHTSTEP_VERSION_MAJOR}.${LIGHTSTEP_VERSION_MINOR}.${LIGHTSTEP_VERSION_PATCH}")
0 commit comments