Skip to content

Commit

Permalink
bump version number (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionkor authored Dec 29, 2023
2 parents 002223a + 1f72a45 commit 1cdc8e8
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 @@ -134,7 +134,7 @@ class Application final {
static inline std::mutex mShutdownHandlersMutex {};
static inline std::deque<TShutdownHandler> mShutdownHandlers {};

static inline Version mVersion { 3, 2, 0 };
static inline Version mVersion { 3, 2, 1 };
};

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

0 comments on commit 1cdc8e8

Please sign in to comment.