Skip to content

Commit

Permalink
Create new release
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Oct 30, 2024
1 parent 4f8c9a6 commit e77b5e5
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Pritunl Client Changelog
========================

<%= version %>
Version 1.3.4066.51 2024-10-30
------------------------------

Improve connection management
Fix disable reconnection option
Expand Down
2 changes: 1 addition & 1 deletion cli/constants/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package constants

const (
Version = "1.3.4059.45"
Version = "1.3.4066.51"
)

var (
Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pritunl",
"version": "1.3.4059.45",
"version": "1.3.4066.51",
"main": "dist/static/main.js",
"build": {
"appId": "com.pritunl.client"
Expand Down
2 changes: 1 addition & 1 deletion resources_win/setup.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Pritunl"
#define MyAppVersion "1.3.4059.45"
#define MyAppVersion "1.3.4066.51"
#define MyAppPublisher "Pritunl"
#define MyAppURL "https://pritunl.com/"
#define MyAppExeName "pritunl.exe"
Expand Down
2 changes: 1 addition & 1 deletion service/constants/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package constants

const (
Version = "1.3.4059.45"
Version = "1.3.4066.51"
)

var (
Expand Down

0 comments on commit e77b5e5

Please sign in to comment.