Skip to content

Commit 7da7c87

Browse files
author
Clark Perkins
committed
Accidentally committed bad version
1 parent aff748d commit 7da7c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackdio/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def __init__(self, url=None, username=None, password=None, verify=True, cfg_file
9999
raw_version = None
100100
self.version = None
101101

102-
if self.version and (self.version[0] != 0 or self.version[1] != 7):
102+
if self.version and (self.version[0] != 0 or self.version[1] != 8):
103103
raise IncompatibleVersionException(
104104
'Server version {0} not supported. Please upgrade '
105105
'stackdio-cli to {1}.{2}.0 or higher.'.format(raw_version, *self.version)

0 commit comments

Comments
 (0)