🔖 bumped version to 2.0.9

This commit is contained in:
Niels Lohmann 2016-12-16 20:45:46 +01:00
parent f6f7fed99a
commit 303e873ae8
39 changed files with 39 additions and 39 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0)
# define the project
project(nlohmann_json VERSION 2.0.8 LANGUAGES CXX)
project(nlohmann_json VERSION 2.0.9 LANGUAGES CXX)
enable_testing()