Skip to content

Commit 8f78208

Browse files
committed
Prepare for release 0.14.0
1 parent 1942b3f commit 8f78208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ project(lightstep-tracer)
2222
# Version information
2323

2424
set(LIGHTSTEP_VERSION_MAJOR "0")
25-
set(LIGHTSTEP_VERSION_MINOR "13")
25+
set(LIGHTSTEP_VERSION_MINOR "14")
2626
set(LIGHTSTEP_VERSION_PATCH "0")
2727
set(LIGHTSTEP_VERSION_STRING
2828
"${LIGHTSTEP_VERSION_MAJOR}.${LIGHTSTEP_VERSION_MINOR}.${LIGHTSTEP_VERSION_PATCH}")

0 commit comments

Comments
 (0)