diff --git a/CHANGES b/CHANGES index 92506d33..044bf57f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ pritunl-zero changelog ====================== -<%= version %> +Version 1.0.3324.37 2024-12-30 +------------------------------ Fix web app history events Improve HTTP/2 service support diff --git a/constants/constants.go b/constants/constants.go index 17ff6fb7..5ac2e3a5 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -7,7 +7,7 @@ import ( ) const ( - Version = "1.0.3292.11" + Version = "1.0.3324.37" DatabaseVersion = 1 ConfPath = "/etc/pritunl-zero.json" LogPath = "/var/log/pritunl-zero.log"