diff --git a/CHANGES b/CHANGES index e2979e7d..b9f8c0cc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ pritunl-zero changelog ====================== -<%= version %> +Version 1.0.1741.88 2020-08-30 +------------------------------ Improve WebSocket support diff --git a/constants/constants.go b/constants/constants.go index 8b0a4986..5d11b17c 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -7,7 +7,7 @@ import ( ) const ( - Version = "1.0.1696.91" + Version = "1.0.1741.88" DatabaseVersion = 1 ConfPath = "/etc/pritunl-zero.json" LogPath = "/var/log/pritunl-zero.log"