From a7bacd3743cdaf0c3e463e1247c5661e01d60e59 Mon Sep 17 00:00:00 2001 From: Shell Chen Date: Sun, 31 Jan 2021 02:17:17 +0800 Subject: [PATCH] Bump version --- sstpd/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sstpd/__init__.py b/sstpd/__init__.py index e3b7f11..1791fd9 100644 --- a/sstpd/__init__.py +++ b/sstpd/__init__.py @@ -1,7 +1,7 @@ """A Secure Socket Tunneling Protocol (SSTP) server. https://github.com/sorz/sstp-server """ -__version__ = '0.5.1' +__version__ = '0.6.0' def run():