diff --git a/latest/vindaloo.pex b/latest/vindaloo.pex index 9263b19..b53e49b 100755 Binary files a/latest/vindaloo.pex and b/latest/vindaloo.pex differ diff --git a/version.json b/version.json index 1bdfb29..fbe8d63 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "3.5.2" + "version": "3.6.0" } diff --git a/vindaloo/vindaloo.py b/vindaloo/vindaloo.py index 1248b6e..a6e97e9 100644 --- a/vindaloo/vindaloo.py +++ b/vindaloo/vindaloo.py @@ -52,7 +52,7 @@ CONFIG_DIR = 'k8s' CHECK_VERSION_URL = 'https://raw.githubusercontent.com/seznam/vindaloo/master/version.json' -VERSION = '3.5.2' +VERSION = '3.6.0' class RefreshException(Exception):