Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
WiserTixx committed Jan 18, 2025
1 parent e90f1af commit ec21cbb
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, 7, 2 };
static inline Version mVersion { 3, 8, 0 };
};

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

0 comments on commit ec21cbb

Please sign in to comment.