diff --git a/installer.iss b/installer.iss index 932d14f..2f71f26 100644 --- a/installer.iss +++ b/installer.iss @@ -1,5 +1,5 @@ #define MyAppName "CouchPotato" -#define MyAppVer "2.5.1" +#define MyAppVer "2.5.2" #define MyAppBit "win32" //#define MyAppBit "win-amd64" diff --git a/version.py b/version.py index bbda093..3bdb313 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '2.5.1' +VERSION = '2.5.2' BRANCH = 'desktop'