Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonymous-275 committed Oct 2, 2023
1 parent ce4e651 commit 409a250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Launcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Launcher {
public: // variables
static inline std::thread EntryThread{};
static inline std::string Version{"2.1"};
static inline std::string FullVersion{Version + ".0"};
static inline std::string FullVersion{Version + ".1"};

private: // variables
uint32_t GamePID{0};
Expand Down

0 comments on commit 409a250

Please sign in to comment.