diff --git a/installer.iss b/installer.iss index 88577b1f..932d14fb 100644 --- a/installer.iss +++ b/installer.iss @@ -1,6 +1,6 @@ #define MyAppName "CouchPotato" -#define MyAppVer "2.5.0" -#define MyAppBit "win32" +#define MyAppVer "2.5.1" +#define MyAppBit "win32" //#define MyAppBit "win-amd64" [Setup] diff --git a/version.py b/version.py index 7991d65a..bbda0933 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '2.5.0' +VERSION = '2.5.1' BRANCH = 'desktop'