Skip to content

Commit 89392a6

Browse files
committed
Bump version to 3.9.1
1 parent 86a1c50 commit 89392a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/Common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ class Application final {
129129
static inline std::mutex mShutdownHandlersMutex {};
130130
static inline std::deque<TShutdownHandler> mShutdownHandlers {};
131131

132-
static inline Version mVersion { 3, 9, 0 };
132+
static inline Version mVersion { 3, 9, 1 };
133133
};
134134

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

0 commit comments

Comments
 (0)