Skip to content

Commit

Permalink
Create new release
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Jun 27, 2024
1 parent b6f2145 commit 2d4455d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 3 additions & 1 deletion constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -19,6 +19,8 @@ const (

var (
Production = true
DebugWeb = false
FastExit = false
Interrupt = false
StaticRoot = []string{
"www/dist",
Expand Down

0 comments on commit 2d4455d

Please sign in to comment.