We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ce7bb commit 4e8ea4bCopy full SHA for 4e8ea4b
CHANGES
@@ -1,7 +1,8 @@
1
pritunl-zero changelog
2
======================
3
4
-<%= version %>
+Version 1.0.3433.91 2025-04-18
5
+------------------------------
6
7
Improve node service selection
8
Fix max user experation date
constants/constants.go
@@ -7,7 +7,7 @@ import (
)
9
const (
10
- Version = "1.0.3324.37"
+ Version = "1.0.3433.91"
11
DatabaseVersion = 1
12
ConfPath = "/etc/pritunl-zero.json"
13
LogPath = "/var/log/pritunl-zero.log"
0 commit comments