Skip to content

Commit

Permalink
Set version
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Dec 21, 2017
1 parent 8aee5e3 commit 4cf68b1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
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.0.1543.29",
"version": "1.0.1561.27",
"main": "www/main.js",
"dependencies": {
"jquery": "2.2.4",
Expand Down
2 changes: 1 addition & 1 deletion client/www/js/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
key: '',
version: '1.0.1543.29',
version: '1.0.1561.27',
serviceHost: '127.0.0.1:9770'
};
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.0.1543.29"
#define MyAppVersion "1.0.1561.27"
#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.0.1543.29"
Version = "1.0.1561.27"
)

var (
Expand Down

0 comments on commit 4cf68b1

Please sign in to comment.