From 4cf68b10bc20869d8ace5bff6f86397e7054b896 Mon Sep 17 00:00:00 2001 From: Zachary Huff Date: Thu, 21 Dec 2017 01:37:06 -0500 Subject: [PATCH] Set version --- CHANGES | 4 ++-- client/package.json | 2 +- client/www/js/constants.js | 2 +- resources_win/setup.iss | 2 +- service/constants/constants.go | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 0248137ab..795117faa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,8 @@ Pritunl Client Changelog ======================== -Version -------- +Version 1.0.1561.27 2017-12-21 +------------------------------ Add auto reconnect option Fix issue with code 49 error diff --git a/client/package.json b/client/package.json index 6601d62a9..01fb1cc4d 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "pritunl", - "version": "1.0.1543.29", + "version": "1.0.1561.27", "main": "www/main.js", "dependencies": { "jquery": "2.2.4", diff --git a/client/www/js/constants.js b/client/www/js/constants.js index 7627612c0..b3d240042 100644 --- a/client/www/js/constants.js +++ b/client/www/js/constants.js @@ -1,5 +1,5 @@ module.exports = { key: '', - version: '1.0.1543.29', + version: '1.0.1561.27', serviceHost: '127.0.0.1:9770' }; diff --git a/resources_win/setup.iss b/resources_win/setup.iss index 955295e0f..462fafdad 100644 --- a/resources_win/setup.iss +++ b/resources_win/setup.iss @@ -1,5 +1,5 @@ #define MyAppName "Pritunl" -#define MyAppVersion "1.0.1543.29" +#define MyAppVersion "1.0.1561.27" #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 4c357c2f5..f141cf3d2 100644 --- a/service/constants/constants.go +++ b/service/constants/constants.go @@ -1,7 +1,7 @@ package constants const ( - Version = "1.0.1543.29" + Version = "1.0.1561.27" ) var (