diff --git a/CHANGES b/CHANGES index 97fb5bcd..d410164b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ pritunl-zero changelog ====================== -<%= version %> +Version 1.0.3253.94 2024-10-20 +------------------------------ Add new web themes diff --git a/constants/constants.go b/constants/constants.go index 052da6d9..cef373cf 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -7,7 +7,7 @@ import ( ) const ( - Version = "1.0.3253.39" + Version = "1.0.3253.94" DatabaseVersion = 1 ConfPath = "/etc/pritunl-zero.json" LogPath = "/var/log/pritunl-zero.log"