Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lionkor committed Oct 5, 2024
1 parent 077bb6b commit b04c506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class Application final {
static inline std::mutex mShutdownHandlersMutex {};
static inline std::deque<TShutdownHandler> mShutdownHandlers {};

static inline Version mVersion { 3, 5, 1 };
static inline Version mVersion { 3, 6, 0 };
};

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

0 comments on commit b04c506

Please sign in to comment.