diff --git a/butterfly.server.py b/butterfly.server.py index c2de42f..ed4efc1 100755 --- a/butterfly.server.py +++ b/butterfly.server.py @@ -316,7 +316,7 @@ else: print("Either generate them using --generate-certs --host=host " "or run as --unsecure (NOT RECOMMENDED)\n") print("For more information go to http://paradoxxxzero.github.io/" - "2015/03/21/butterfly-with-ssl-auth.html\n") + "2014/03/21/butterfly-with-ssl-auth.html\n") sys.exit(1) ssl_opts = { diff --git a/butterfly/__init__.py b/butterfly/__init__.py index adf6cd0..7337c36 100644 --- a/butterfly/__init__.py +++ b/butterfly/__init__.py @@ -14,7 +14,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -__version__ = '2.0.5' +__version__ = '2.0.6' import os