Skip to content

Commit 38c6766

Browse files
committed
Bump version to v3.8.4
1 parent bcb035b commit 38c6766

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
@@ -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, 8, 3 };
130+
static inline Version mVersion { 3, 8, 4 };
131131
};
132132

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

0 commit comments

Comments
 (0)