Skip to content

Commit

Permalink
update version to 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrantLucifer committed Dec 15, 2021
1 parent 5487be2 commit 155cbfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="shadowsocksr-cli",
version="2.1.5",
version="2.1.6",
author="tyrantlucifer",
author_email="[email protected]",
description="The command client of shadowsocksr",
Expand Down
2 changes: 1 addition & 1 deletion shadowsocksr_cli/init_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class InitConfig(object):
"""

def __init__(self):
self.version = '2.1.5'
self.version = '2.1.6'
self.platform = sys.platform
self.system = platform.uname().version
self.home_dir = os.path.expanduser('~')
Expand Down

0 comments on commit 155cbfa

Please sign in to comment.