We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79c198 commit a9cec67Copy full SHA for a9cec67
CHANGES
@@ -1,7 +1,8 @@
1
pritunl-link changelog
2
======================
3
4
-<%= version %>
+Version 1.0.2899.21 2023-11-01
5
+------------------------------
6
7
Update libraries
8
constants/constants.go
@@ -6,7 +6,7 @@ import (
)
const (
9
- Version = "1.0.2828.23"
+ Version = "1.0.2899.21"
10
VarDir = "/var/lib/pritunl_link"
11
LogPath = "/var/log/pritunl_link.log"
12
ConfPath = "/etc/pritunl_link.json"
0 commit comments