🔖 version bump to 2.0.10

This commit is contained in:
Niels Lohmann 2017-01-02 09:35:57 +01:00
parent d173517212
commit 60b3703c62
42 changed files with 44 additions and 44 deletions

View file

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