1
0
mirror of https://github.com/nlohmann/json.git synced 2025-08-01 21:26:57 +03:00

🔖 set version to 3.6.0

This commit is contained in:
Niels Lohmann
2019-03-20 00:19:07 +01:00
parent 002addabd8
commit b37392b7ac
61 changed files with 226 additions and 140 deletions

View File

@ -1,6 +1,6 @@
project('nlohmann_json',
'cpp',
version : '3.5.0',
version : '3.6.0',
license : 'MIT',
)