We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edede6 commit bd2a1e5Copy full SHA for bd2a1e5
ErScripts/main.cpp
@@ -7,7 +7,7 @@
7
int main() {
8
if (!IsDebuggerPresent()) {
9
/* Auto updater */
10
- Updater updater("1.0.5", "emp0ry", "cs2-ErScripts", "ErScripts");
+ Updater updater("1.0.6", "emp0ry", "cs2-ErScripts", "ErScripts");
11
if (updater.checkAndUpdate())
12
return 0;
13
0 commit comments