From 5676ba9f166d271d1b3dfbbee0e74237f5dba8f9 Mon Sep 17 00:00:00 2001 From: Zachary Huff Date: Mon, 22 Oct 2018 18:58:26 -0400 Subject: [PATCH] Create new release --- ssh_client.py | 2 +- ssh_host_client.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh_client.py b/ssh_client.py index fbf4909..2348025 100755 --- a/ssh_client.py +++ b/ssh_client.py @@ -11,7 +11,7 @@ import time import platform -VERSION = '1.0.969.91' +VERSION = '1.0.1063.95' SSH_DIR = '~/.ssh' CONF_PATH = SSH_DIR + '/pritunl-zero.json' BASH_PROFILE_PATH = '~/.bash_profile' diff --git a/ssh_host_client.py b/ssh_host_client.py index b452e49..219511d 100755 --- a/ssh_host_client.py +++ b/ssh_host_client.py @@ -17,7 +17,7 @@ except: HAS_BOTO = False -VERSION = '1.0.969.91' +VERSION = '1.0.1063.95' 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'