Skip to content

Commit e231778

Browse files
committed
Create new release
1 parent 2fe4139 commit e231778

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-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.4262.38 2025-05-14
5+
------------------------------
56

67
Fix profile import issue
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.4261.88"
4+
Version = "1.3.4262.38"
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
22
"name": "pritunl",
3-
"version": "1.3.4261.88",
3+
"version": "1.3.4262.38",
44
"main": "dist/static/main.js",
5+
"scripts": {
6+
"start": "electron .",
7+
"dev": "electron . --dev-tools --no-shutdown --gtk-version=3"
8+
},
59
"build": {
610
"appId": "com.pritunl.client",
711
"productName": "Pritunl Client",

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.4261.88"
2+
#define MyAppVersion "1.3.4262.38"
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.4261.88"
4+
Version = "1.3.4262.38"
55
)
66

77
var (

0 commit comments

Comments
 (0)