Skip to content

Commit

Permalink
bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flier committed Jun 29, 2017
1 parent daa2a62 commit ead8073
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
@@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 3.0.0)

project(zipkin-cpp
VERSION 0.3.0
VERSION 0.3.1
LANGUAGES C CXX)

include(CTest)
Expand Down Expand Up @@ -215,4 +215,4 @@ add_subdirectory(docs)
add_subdirectory(src)
add_subdirectory(test)
add_subdirectory(bench)
add_subdirectory(examples)
add_subdirectory(examples)

0 comments on commit ead8073

Please sign in to comment.