Skip to content

Commit cb54cdc

Browse files
committed
Version update
1 parent 23ab02f commit cb54cdc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ assignees: ''
2424

2525
**What jsoncons library version?**
2626

27-
- [ ] Latest release 1.6.0
27+
- [ ] Latest release 1.7.0
2828
- [ ] Other release ______
2929
- [ ] master

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
master (1.7.0 preview)
2-
----------------------
1+
Release 1.7.0
2+
-------------
33

44
- Fixed bugs:
55

include/jsoncons/config/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <ostream>
1111

1212
#define JSONCONS_VERSION_MAJOR 1
13-
#define JSONCONS_VERSION_MINOR 6
13+
#define JSONCONS_VERSION_MINOR 7
1414
#define JSONCONS_VERSION_PATCH 0
1515

1616
#define JSONCONS_VERSION_CONCAT_EX(major, minor, patch) \

0 commit comments

Comments
 (0)