We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c24b8 commit b4d4967Copy full SHA for b4d4967
include/Common.h
@@ -127,7 +127,7 @@ class Application final {
127
static inline std::mutex mShutdownHandlersMutex {};
128
static inline std::deque<TShutdownHandler> mShutdownHandlers {};
129
130
- static inline Version mVersion { 3, 7, 1 };
+ static inline Version mVersion { 3, 7, 2 };
131
};
132
133
void SplitString(std::string const& str, const char delim, std::vector<std::string>& out);
0 commit comments