Skip to content

Commit

Permalink
Create new release
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Mar 25, 2018
1 parent be199ce commit 58b0ff1
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 @@ -8,7 +8,7 @@
import sys
import datetime

VERSION = '1.0.769.95'
VERSION = '1.0.852.25'
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 @@ -16,7 +16,7 @@
except:
HAS_BOTO = False

VERSION = '1.0.769.95'
VERSION = '1.0.852.25'
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 58b0ff1

Please sign in to comment.