From 2d4b48ae623f1954176422555ac5053e7f4497d5 Mon Sep 17 00:00:00 2001 From: Recep Aslantas Date: Sun, 8 Dec 2019 13:34:26 +0300 Subject: [PATCH] update version --- include/json/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/json/version.h b/include/json/version.h index a7abde4..dfe75c2 100644 --- a/include/json/version.h +++ b/include/json/version.h @@ -10,6 +10,6 @@ #define JSON_VERSION_MAJOR 0 #define JSON_VERSION_MINOR 1 -#define JSON_VERSION_PATCH 0 +#define JSON_VERSION_PATCH 3 #endif /* json_version_h */