From 2d4455d75442d0e250e5a483aa21b2e53dc60114 Mon Sep 17 00:00:00 2001 From: Zachary Huff Date: Thu, 27 Jun 2024 17:40:22 -0400 Subject: [PATCH] Create new release --- CHANGES | 3 ++- constants/constants.go | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 55fcbcbb..3e7b56cd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ pritunl-zero changelog ====================== -<%= version %> +Version 1.0.3138.90 2024-06-27 +------------------------------ Reduce single sign-on sync rate to fix rate limiting diff --git a/constants/constants.go b/constants/constants.go index 0510fc8c..a785d624 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -7,7 +7,7 @@ import ( ) const ( - Version = "1.0.3019.96" + Version = "1.0.3138.90" DatabaseVersion = 1 ConfPath = "/etc/pritunl-zero.json" LogPath = "/var/log/pritunl-zero.log" @@ -19,6 +19,8 @@ const ( var ( Production = true + DebugWeb = false + FastExit = false Interrupt = false StaticRoot = []string{ "www/dist",