Skip to content

Commit 8ab41bc

Browse files
committed
Create new release
1 parent 59b31a5 commit 8ab41bc

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.4335.94 2025-07-26
5+
------------------------------
56

67
Fix race condition causing service crash
78

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.4275.94"
4+
Version = "1.3.4335.94"
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.4275.94",
3+
"version": "1.3.4335.94",
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.4275.94"
2+
#define MyAppVersion "1.3.4335.94"
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.4275.94"
4+
Version = "1.3.4335.94"
55
)
66

77
var (

0 commit comments

Comments
 (0)