Skip to content

Commit a485127

Browse files
committed
Create new release
1 parent 367b57e commit a485127

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
pritunl-zero changelog
22
======================
33

4-
<%= version %>
4+
Version 1.0.3565.94 2025-08-28
5+
------------------------------
56

67
Fix resource leak if server starts without database available
78
Prevent browser prefetch requests from triggering service logout

constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
const (
8-
Version = "1.0.3444.47"
8+
Version = "1.0.3565.94"
99
DatabaseVersion = 1
1010
ConfPath = "/etc/pritunl-zero.json"
1111
LogPath = "/var/log/pritunl-zero.log"

0 commit comments

Comments
 (0)