Skip to content

Commit be05c6a

Browse files
authored
Update application version to 1.2.4
1 parent 272b58f commit be05c6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ErScripts/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#include "ErScripts.h"
66
#include "Overlay.h"
77

8-
#define APP_VERSION "1.2.3"
8+
#define APP_VERSION "1.2.4"
99

1010
int main(int argc, char* argv[]) {
1111
Logger::EnableANSIColors();
@@ -137,4 +137,4 @@ int main(int argc, char* argv[]) {
137137
gsi.stop();
138138

139139
exit(0);
140-
}
140+
}

0 commit comments

Comments
 (0)