We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a1de5 commit df95db1Copy full SHA for df95db1
keepercommander/__init__.py
@@ -10,4 +10,4 @@
10
# Contact: [email protected]
11
#
12
13
-__version__ = '16.11.22'
+__version__ = '17.0.0'
keepercommander/rest_api.py
@@ -28,7 +28,7 @@
28
29
30
# CLIENT_VERSION = 'c' + __version__
31
-CLIENT_VERSION = 'c16.11.0'
+CLIENT_VERSION = 'c17.0.0'
32
33
SERVER_PUBLIC_KEYS = {
34
1: crypto.load_rsa_public_key(utils.base64_url_decode(
0 commit comments