From 9e260a89afa7991348bbbb741148048d8aa7184b Mon Sep 17 00:00:00 2001
From: Ruud <ruud@crashdummy.nl>
Date: Sat, 26 Jan 2013 14:51:39 +0100
Subject: [PATCH] One up

---
 installer.iss | 2 +-
 version.py    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/installer.iss b/installer.iss
index 3832cbff..7013ca92 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 bc24536b..c8f00b53 100644
--- a/version.py
+++ b/version.py
@@ -1,2 +1,2 @@
-VERSION = '2.0.6'
+VERSION = '2.0.6.1'
 BRANCH = 'desktop'
-- 
GitLab