Skip to content

Commit 9af5b46

Browse files
committed
Create new release
1 parent fb89780 commit 9af5b46

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

CHANGES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Pritunl Client Changelog
22
========================
33

4-
<%= version %>
4+
Version 1.3.4392.66 2025-09-21
5+
------------------------------
56

67
Interface improvements
78
Fix issues causing reconnection to fail

cli/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package constants
22

33
const (
4-
Version = "1.3.4375.96"
4+
Version = "1.3.4392.66"
55
)
66

77
var (

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pritunl",
3-
"version": "1.3.4375.96",
3+
"version": "1.3.4392.66",
44
"main": "dist/static/main.js",
55
"scripts": {
66
"start": "electron .",

resources_win/setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define MyAppName "Pritunl"
2-
#define MyAppVersion "1.3.4375.96"
2+
#define MyAppVersion "1.3.4392.66"
33
#define MyAppPublisher "Pritunl"
44
#define MyAppURL "https://pritunl.com/"
55
#define MyAppExeName "pritunl.exe"

service/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package constants
22

33
const (
4-
Version = "1.3.4375.96"
4+
Version = "1.3.4392.66"
55
)
66

77
var (

0 commit comments

Comments
 (0)