From 1fb4fa4163b68a61bd8831e202b650a44c6ddd08 Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Wed, 20 Dec 2023 13:50:59 -0500 Subject: [PATCH] Version update --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- include/jsoncons/config/version.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d5d319800c..72b1cf4649 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,6 +24,6 @@ assignees: '' **What jsoncons library version?** - - [ ] Latest release 0.173.1 + - [ ] Latest release 0.173.2 - [ ] Other release ______ - [ ] master diff --git a/include/jsoncons/config/version.hpp b/include/jsoncons/config/version.hpp index f032aaf040..e522dc8a9e 100644 --- a/include/jsoncons/config/version.hpp +++ b/include/jsoncons/config/version.hpp @@ -11,7 +11,7 @@ #define JSONCONS_VERSION_MAJOR 0 #define JSONCONS_VERSION_MINOR 173 -#define JSONCONS_VERSION_PATCH 1 +#define JSONCONS_VERSION_PATCH 2 namespace jsoncons {