Skip to content

Commit 38f2e3c

Browse files
committed
Create new release
1 parent ddfefbc commit 38f2e3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ssh_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import time
1212
import platform
1313

14-
VERSION = '1.0.1674.4'
14+
VERSION = '1.0.2435.24'
1515
SSH_DIR = '~/.ssh'
1616
CONF_PATH = SSH_DIR + '/pritunl-zero.json'
1717
BASH_PROFILE_PATH = '~/.bash_profile'

ssh_host_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
except:
1919
HAS_BOTO = False
2020

21-
VERSION = '1.0.1674.4'
21+
VERSION = '1.0.2435.24'
2222
CONF_PATH = '/etc/pritunl-ssh-host.json'
2323
DEF_SSH_CONF_PATH = '/etc/ssh/sshd_config'
2424
DEF_PUB_KEY_CONF_PATH = '/etc/ssh/ssh_host_rsa_key.pub'

0 commit comments

Comments
 (0)