diff --git a/CHANGES b/CHANGES index 0b9d46d3..ef1f2707 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ Pritunl Client Changelog ======================== -<%= version %> +Version 1.3.4099.99 2024-12-02 +------------------------------ Improve device registration prompt Fix reconnection issues diff --git a/cli/constants/constants.go b/cli/constants/constants.go index c603169e..745a8019 100644 --- a/cli/constants/constants.go +++ b/cli/constants/constants.go @@ -1,7 +1,7 @@ package constants const ( - Version = "1.3.4083.88" + Version = "1.3.4099.99" ) var ( diff --git a/client/package-lock.json b/client/package-lock.json index 82a5c728..39dd3082 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,12 +1,12 @@ { "name": "pritunl", - "version": "1.3.4083.88", + "version": "1.3.4099.99", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pritunl", - "version": "1.3.4083.88", + "version": "1.3.4099.99", "dependencies": { "@blueprintjs/core": "5.12.0", "@blueprintjs/datetime2": "2.3.9", diff --git a/client/package.json b/client/package.json index 6281e657..89bfece2 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "pritunl", - "version": "1.3.4083.88", + "version": "1.3.4099.99", "main": "dist/static/main.js", "build": { "appId": "com.pritunl.client" diff --git a/resources_win/setup.iss b/resources_win/setup.iss index bca7446a..44afc5dc 100644 --- a/resources_win/setup.iss +++ b/resources_win/setup.iss @@ -1,5 +1,5 @@ #define MyAppName "Pritunl" -#define MyAppVersion "1.3.4083.88" +#define MyAppVersion "1.3.4099.99" #define MyAppPublisher "Pritunl" #define MyAppURL "https://pritunl.com/" #define MyAppExeName "pritunl.exe" diff --git a/service/constants/constants.go b/service/constants/constants.go index abae8b5a..9b5727cf 100644 --- a/service/constants/constants.go +++ b/service/constants/constants.go @@ -1,7 +1,7 @@ package constants const ( - Version = "1.3.4083.88" + Version = "1.3.4099.99" ) var (