Skip to content

Commit

Permalink
Bump patch version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn committed Aug 10, 2018
1 parent 94a8529 commit 9132e0d
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 @@ -5,7 +5,7 @@ project(zipkin-opentracing)

set(ZIPKIN_VERSION_MAJOR "0")
set(ZIPKIN_VERSION_MINOR "5")
set(ZIPKIN_VERSION_PATCH "0")
set(ZIPKIN_VERSION_PATCH "1")
set(ZIPKIN_VERSION_STRING
"${ZIPKIN_VERSION_MAJOR}.${ZIPKIN_VERSION_MINOR}.${ZIPKIN_VERSION_PATCH}")

Expand Down

0 comments on commit 9132e0d

Please sign in to comment.