📝 version bump

This commit is contained in:
Niels Lohmann 2016-12-02 18:39:35 +01:00
parent 60b7299fe1
commit 4adb8a81bf
37 changed files with 37 additions and 37 deletions

View file

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