diff --git a/installer.iss b/installer.iss index 3832cbff3836bb9b8d96f0ba95771dfbd7723672..7013ca9206fc874ac8b038f570e25f16497123ce 100644 --- a/installer.iss +++ b/installer.iss @@ -1,5 +1,5 @@ #define MyAppName "CouchPotato" -#define MyAppVer "2.0.6" +#define MyAppVer "2.0.6.1" [Setup] AppName={#MyAppName} diff --git a/version.py b/version.py index bc24536bfa1eb93e8c7b09330a83dd411f2c7423..c8f00b53577437eca46271e6460906daaf1becaa 100644 --- a/version.py +++ b/version.py @@ -1,2 +1,2 @@ -VERSION = '2.0.6' +VERSION = '2.0.6.1' BRANCH = 'desktop'