diff --git a/installer.iss b/installer.iss index e9171e334e..eab2678b11 100644 --- a/installer.iss +++ b/installer.iss @@ -1,5 +1,5 @@ #define MyAppName "CouchPotato" -#define MyAppVer "2.0.7.1" +#define MyAppVer "2.0.8" [Setup] AppName={#MyAppName} diff --git a/version.py b/version.py index aa7588516e..7068c0d682 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '2.0.7.1' +VERSION = '2.0.8' BRANCH = 'desktop'