Skip to content

Commit

Permalink
Create new release
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Apr 5, 2022
1 parent 1325267 commit 141edeb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 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.2.3127.88 2022-04-05
------------------------------

Fix startup issue on Windows

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.2.3124.65"
Version = "1.2.3127.88"
)

var (
Expand Down
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.2.3124.65",
"version": "1.2.3127.88",
"main": "dist/static/main.js",
"dependencies": {
"@blueprintjs/core": "3.53.0",
Expand Down
6 changes: 1 addition & 5 deletions resources_win/setup.iss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define MyAppName "Pritunl"
#define MyAppVersion "1.2.3124.65"
#define MyAppVersion "1.2.3127.88"
#define MyAppPublisher "Pritunl"
#define MyAppURL "https://pritunl.com/"
#define MyAppExeName "pritunl.exe"
Expand Down Expand Up @@ -29,10 +29,6 @@ SignTool=signtool
[Languages]
Name: "english"; MessagesFile: "compiler:Default.isl"

[Registry]
Root: HKLM; Subkey: "Software\PritunlClient"; Flags: uninsdeletekey
Root: HKLM; Subkey: "Software\PritunlClient"; ValueType: string; ValueName: "Version"; ValueData: "{#MyAppVersion}"

[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: checkedonce

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.2.3124.65"
Version = "1.2.3127.88"
)

var (
Expand Down

0 comments on commit 141edeb

Please sign in to comment.