diff --git a/CHANGES b/CHANGES index 0540d5d9..5cd3c0ea 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ pritunl-zero changelog ====================== -<%= version %> +Version 1.0.2824.86 2023-08-18 +------------------------------ Add option to reset bastion host key diff --git a/constants/constants.go b/constants/constants.go index 9e138c4b..875bc7f5 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -7,7 +7,7 @@ import ( ) const ( - Version = "1.0.2753.0" + Version = "1.0.2824.86" DatabaseVersion = 1 ConfPath = "/etc/pritunl-zero.json" LogPath = "/var/log/pritunl-zero.log"