Skip to content

Commit cc0bee4

Browse files
committed
feat: bump version
1 parent b415dd8 commit cc0bee4

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
@@ -2,7 +2,7 @@
22
#define TOML11_VERSION_HPP
33

44
#define TOML11_VERSION_MAJOR 4
5-
#define TOML11_VERSION_MINOR 1
5+
#define TOML11_VERSION_MINOR 2
66
#define TOML11_VERSION_PATCH 0
77

88
#ifndef __cplusplus

single_include/toml.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define TOML11_VERSION_HPP
33

44
#define TOML11_VERSION_MAJOR 4
5-
#define TOML11_VERSION_MINOR 1
5+
#define TOML11_VERSION_MINOR 2
66
#define TOML11_VERSION_PATCH 0
77

88
#ifndef __cplusplus

0 commit comments

Comments
 (0)