Skip to content

Commit

Permalink
Create new release
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Dec 25, 2017
1 parent 19ca289 commit cae6a6d
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.762.97'
VERSION = '1.0.762.98'
SSH_DIR = '~/.ssh'
CONF_PATH = SSH_DIR + '/pritunl-zero.json'
DEF_KNOWN_HOSTS_PATH = '~/.ssh/known_hosts'
Expand Down
2 changes: 1 addition & 1 deletion ssh_host_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import socket
import BaseHTTPServer

VERSION = '1.0.762.97'
VERSION = '1.0.762.98'
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 cae6a6d

Please sign in to comment.