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 3, 2021
1 parent 5178591 commit 1fb0839
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 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.2943.11 2021-10-03
------------------------------

Fix certificate issue

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.2916.18",
"version": "1.2.2943.11",
"main": "www/main.js",
"dependencies": {
"@electron/remote": "1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion client/www/js/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
key: '',
version: '1.2.2916.18',
version: '1.2.2943.11',
serviceHost: '127.0.0.1:9770',
wg: false,
unixSocket: false,
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.2.2916.18"
#define MyAppVersion "1.2.2943.11"
#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.2.2916.18"
Version = "1.2.2943.11"
)

var (
Expand Down

1 comment on commit 1fb0839

@kiravi
Copy link

@kiravi kiravi commented on 1fb0839 Oct 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is no build prituni.exe on this change.

Please sign in to comment.