diff --git a/CHANGES b/CHANGES index 99c6beb1..97b70225 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ pritunl-zero changelog ====================== -<%= version %> +Version 1.0.2538.43 2022-11-05 +------------------------------ Fix issue with bastion server startup diff --git a/constants/constants.go b/constants/constants.go index 87ce0779..28b4c6d3 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -7,7 +7,7 @@ import ( ) const ( - Version = "1.0.2533.82" + Version = "1.0.2538.43" DatabaseVersion = 1 ConfPath = "/etc/pritunl-zero.json" LogPath = "/var/log/pritunl-zero.log"