There was an error while loading. Please reload this page.
1 parent 66b849c commit d3efda7Copy full SHA for d3efda7
2 files changed
installer.iss
@@ -1,5 +1,5 @@
1
#define MyAppName "CouchPotato"
2
-#define MyAppVer "2.3.1"
+#define MyAppVer "2.4.0"
3
4
[Setup]
5
AppName={#MyAppName}
@@ -22,7 +22,7 @@ UsePreviousAppDir=no
22
[Messages]
23
WelcomeLabel1=Installing [name]!
24
WelcomeLabel2=This wizard will install [name] to your AppData folder. It does this so it can use the build in updater without needing admin rights.
25
-
+
26
[CustomMessages]
27
LaunchProgram=Launch {#MyAppName} right now.
28
version.py
@@ -1,2 +1,2 @@
-VERSION = '2.3.1'
+VERSION = '2.4.0'
BRANCH = 'desktop'
0 commit comments