Skip to content

Commit 64a487f

Browse files
authored
Prepare for release 0.9.0. (#152)
1 parent 0b82e3d commit 64a487f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ project(lightstep-tracer)
66
# Version information
77

88
set(LIGHTSTEP_VERSION_MAJOR "0")
9-
set(LIGHTSTEP_VERSION_MINOR "8")
10-
set(LIGHTSTEP_VERSION_PATCH "1")
9+
set(LIGHTSTEP_VERSION_MINOR "9")
10+
set(LIGHTSTEP_VERSION_PATCH "0")
1111
set(LIGHTSTEP_VERSION_STRING
1212
"${LIGHTSTEP_VERSION_MAJOR}.${LIGHTSTEP_VERSION_MINOR}.${LIGHTSTEP_VERSION_PATCH}")
1313

0 commit comments

Comments
 (0)