Skip to content

Commit

Permalink
Create new release
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed May 4, 2020
1 parent 25cfe89 commit 0562923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ssh_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import time
import platform

VERSION = '1.0.1422.5'
VERSION = '1.0.1623.92'
SSH_DIR = '~/.ssh'
CONF_PATH = SSH_DIR + '/pritunl-zero.json'
BASH_PROFILE_PATH = '~/.bash_profile'
Expand Down
2 changes: 1 addition & 1 deletion ssh_host_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
except:
HAS_BOTO = False

VERSION = '1.0.1422.5'
VERSION = '1.0.1623.92'
CONF_PATH = '/etc/pritunl-ssh-host.json'
DEF_SSH_CONF_PATH = '/etc/ssh/sshd_config'
DEF_PUB_KEY_CONF_PATH = '/etc/ssh/ssh_host_rsa_key.pub'
Expand Down

0 comments on commit 0562923

Please sign in to comment.