Commit 52f72a26e752bd43c9de4953577862fdaff99001

Authored by Jarryd Beck
1 parent 464a8eb6

Version bump

Showing 1 changed file with 1 additions and 1 deletions
CMakeLists.txt
... ... @@ -31,7 +31,7 @@ project(cxxopts)
31 31  
32 32 enable_testing()
33 33  
34   -set(VERSION "0.0.1")
  34 +set(VERSION "1.2.0")
35 35  
36 36 option(CXXOPTS_BUILD_EXAMPLES "Set to ON to build examples" ON)
37 37 option(CXXOPTS_BUILD_TESTS "Set to ON to build tests" OFF)
... ...