Skip to content

Commit

Permalink
Bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sorz committed Apr 10, 2017
1 parent 1396437 commit 4c9fad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,13 @@ A example:
ms-dns 8.8.4.4

Start server:

.. code:: bash
sudo sstpd -p 443 -c cert.pem -k key.pem --local 10.0.0.1 --remote 10.0.0.0/24
Or:

.. code:: bash
sudo sstpd -f /path/to/sstpd-server.ini -s site1
Expand Down
2 changes: 1 addition & 1 deletion sstpd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""A Secure Socket Tunneling Protocol (SSTP) server.
https://github.com/sorz/sstp-server
"""
__version__ = '0.4.1'
__version__ = '0.4.2'


def run():
Expand Down

0 comments on commit 4c9fad2

Please sign in to comment.