Skip to content

Commit fc493af

Browse files
committed
chore: update version 4.0.2
1 parent 1d3abc9 commit fc493af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/toml11/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define TOML11_VERSION_MAJOR 4
55
#define TOML11_VERSION_MINOR 0
6-
#define TOML11_VERSION_PATCH 1
6+
#define TOML11_VERSION_PATCH 2
77

88
#ifndef __cplusplus
99
# error "__cplusplus is not defined"

single_include/toml.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#define TOML11_VERSION_MAJOR 4
55
#define TOML11_VERSION_MINOR 0
6-
#define TOML11_VERSION_PATCH 1
6+
#define TOML11_VERSION_PATCH 2
77

88
#ifndef __cplusplus
99
# error "__cplusplus is not defined"

0 commit comments

Comments
 (0)