Skip to content

Commit

Permalink
Bump minor version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnburn committed Jun 8, 2018
1 parent e58271d commit a74e991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.0)
project(zipkin-opentracing)

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

Expand Down

0 comments on commit a74e991

Please sign in to comment.