Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lionkor authored May 8, 2024
1 parent b0cf5c7 commit 0c740cc
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 @@ -150,7 +150,7 @@ class Application final {
static inline std::mutex mShutdownHandlersMutex {};
static inline std::deque<TShutdownHandler> mShutdownHandlers {};

static inline Version mVersion { 3, 3, 0 };
static inline Version mVersion { 3, 4, 0 };
};

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

0 comments on commit 0c740cc

Please sign in to comment.