1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-31 10:24:23 +03:00

🔖 set version to 3.7.2

This commit is contained in:
Niels Lohmann
2019-11-10 21:23:39 +01:00
parent 7b0c50b9a5
commit 56109eacd7
59 changed files with 80 additions and 66 deletions

View File

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