diff --git a/sstpd/__init__.py b/sstpd/__init__.py index 878280d..3ea5552 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.4.0' +__version__ = '0.4.1' def run():