diff --git a/CHANGES b/CHANGES index aca35526..e34e591f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ pritunl-zero changelog ====================== -<%= version %> +Version 1.0.3019.96 2024-02-29 +------------------------------ Fix issue with remote IP proxy header diff --git a/constants/constants.go b/constants/constants.go index d26fcf67..0510fc8c 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -7,7 +7,7 @@ import ( ) const ( - Version = "1.0.2981.59" + Version = "1.0.3019.96" DatabaseVersion = 1 ConfPath = "/etc/pritunl-zero.json" LogPath = "/var/log/pritunl-zero.log"