diff --git a/installer.iss b/installer.iss index 81a1f586ac..47990aecbf 100644 --- a/installer.iss +++ b/installer.iss @@ -1,5 +1,5 @@ #define MyAppName "CouchPotato" -#define MyAppVer "2.6.0" +#define MyAppVer "2.6.1" #define MyAppBit "win32" //#define MyAppBit "win-amd64" diff --git a/version.py b/version.py index 51b5a167ee..96780f9c21 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '2.6.0' +VERSION = '2.6.1' BRANCH = 'desktop'