Skip to content

Commit

Permalink
feat: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Aug 12, 2024
1 parent b415dd8 commit cc0bee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/toml11/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define TOML11_VERSION_HPP

#define TOML11_VERSION_MAJOR 4
#define TOML11_VERSION_MINOR 1
#define TOML11_VERSION_MINOR 2
#define TOML11_VERSION_PATCH 0

#ifndef __cplusplus
Expand Down
2 changes: 1 addition & 1 deletion single_include/toml.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define TOML11_VERSION_HPP

#define TOML11_VERSION_MAJOR 4
#define TOML11_VERSION_MINOR 1
#define TOML11_VERSION_MINOR 2
#define TOML11_VERSION_PATCH 0

#ifndef __cplusplus
Expand Down

0 comments on commit cc0bee4

Please sign in to comment.