diff --git a/CHANGES b/CHANGES index 362163d1f..1616ec003 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ Pritunl Client Changelog ======================== -<%= version %> +Version 1.0.2144.93 2019-07-27 +------------------------------ Fix connection issues diff --git a/client/package.json b/client/package.json index 9badf9c1f..834bd8c27 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "pritunl", - "version": "1.0.2079.9", + "version": "1.0.2144.93", "main": "www/main.js", "dependencies": { "jquery": "3.4.1", diff --git a/client/www/js/constants.js b/client/www/js/constants.js index ed479cf4a..015e1eddb 100644 --- a/client/www/js/constants.js +++ b/client/www/js/constants.js @@ -1,5 +1,5 @@ module.exports = { key: '', - version: '1.0.2079.9', + version: '1.0.2144.93', serviceHost: '127.0.0.1:9770' }; diff --git a/resources_win/setup.iss b/resources_win/setup.iss index 938f42c3b..998353370 100644 --- a/resources_win/setup.iss +++ b/resources_win/setup.iss @@ -1,5 +1,5 @@ #define MyAppName "Pritunl" -#define MyAppVersion "1.0.2079.9" +#define MyAppVersion "1.0.2144.93" #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 fe825b477..6dfbd7111 100644 --- a/service/constants/constants.go +++ b/service/constants/constants.go @@ -1,7 +1,7 @@ package constants const ( - Version = "1.0.2079.9" + Version = "1.0.2144.93" ) var (