Skip to content

Commit eb32206

Browse files
authored
Bump version to 1.9.2
1 parent 8f26e81 commit eb32206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: include/spdlog/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
#define SPDLOG_VER_MAJOR 1
77
#define SPDLOG_VER_MINOR 9
8-
#define SPDLOG_VER_PATCH 1
8+
#define SPDLOG_VER_PATCH 2
99

1010
#define SPDLOG_VERSION (SPDLOG_VER_MAJOR * 10000 + SPDLOG_VER_MINOR * 100 + SPDLOG_VER_PATCH)

0 commit comments

Comments
 (0)