Skip to content

Commit

Permalink
release and client version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
aaunario-keeper committed May 17, 2024
1 parent 9d4b2a2 commit 50547f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keepercommander/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
# Contact: ops@keepersecurity.com
#

__version__ = '16.10.14'
__version__ = '16.11.0'
2 changes: 1 addition & 1 deletion keepercommander/rest_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


# CLIENT_VERSION = 'c' + __version__
CLIENT_VERSION = 'c16.10.0'
CLIENT_VERSION = 'c16.11.0'

SERVER_PUBLIC_KEYS = {
1: crypto.load_rsa_public_key(utils.base64_url_decode(
Expand Down

0 comments on commit 50547f5

Please sign in to comment.