Skip to content

Commit 976ab68

Browse files
committed
Bump version
1 parent 58a76e1 commit 976ab68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/Common.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class Application final {
127127
static inline std::mutex mShutdownHandlersMutex {};
128128
static inline std::deque<TShutdownHandler> mShutdownHandlers {};
129129

130-
static inline Version mVersion { 3, 7, 0 };
130+
static inline Version mVersion { 3, 7, 1 };
131131
};
132132

133133
void SplitString(std::string const& str, const char delim, std::vector<std::string>& out);

0 commit comments

Comments
 (0)