Skip to content

Commit f33ca74

Browse files
committed
chore: bump version 4.1.0
1 parent 754c1ef commit f33ca74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

include/toml11/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#define TOML11_VERSION_HPP
33

44
#define TOML11_VERSION_MAJOR 4
5-
#define TOML11_VERSION_MINOR 0
6-
#define TOML11_VERSION_PATCH 3
5+
#define TOML11_VERSION_MINOR 1
6+
#define TOML11_VERSION_PATCH 0
77

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

single_include/toml.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#define TOML11_VERSION_HPP
33

44
#define TOML11_VERSION_MAJOR 4
5-
#define TOML11_VERSION_MINOR 0
6-
#define TOML11_VERSION_PATCH 3
5+
#define TOML11_VERSION_MINOR 1
6+
#define TOML11_VERSION_PATCH 0
77

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

0 commit comments

Comments
 (0)