Skip to content

Commit

Permalink
Update release number.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn committed Nov 7, 2017
1 parent 68c4d41 commit 09fbc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(lightstep-tracer)
# Version information

set(LIGHTSTEP_VERSION_MAJOR "0")
set(LIGHTSTEP_VERSION_MINOR "4")
set(LIGHTSTEP_VERSION_MINOR "5")
set(LIGHTSTEP_VERSION_PATCH "0")
set(LIGHTSTEP_VERSION_STRING
"${LIGHTSTEP_VERSION_MAJOR}.${LIGHTSTEP_VERSION_MINOR}.${LIGHTSTEP_VERSION_PATCH}")
Expand Down

0 comments on commit 09fbc42

Please sign in to comment.