We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02caa9d commit a88783bCopy full SHA for a88783b
CHANGES
@@ -1,7 +1,8 @@
1
pritunl-zero changelog
2
======================
3
4
-<%= version %>
+Version 1.0.1130.30 2018-12-28
5
+------------------------------
6
7
Improve IPv6 support for internal services
8
Fix connection issue with websockets
constants/constants.go
@@ -7,7 +7,7 @@ import (
)
9
const (
10
- Version = "1.0.1108.97"
+ Version = "1.0.1130.30"
11
DatabaseVersion = 1
12
ConfPath = "/etc/pritunl-zero.json"
13
LogPath = "/var/log/pritunl-zero.log"
0 commit comments