From 1e2319e053aab132c3fca37e1bb42a527582b214 Mon Sep 17 00:00:00 2001 From: Zachary Huff Date: Mon, 11 May 2020 20:39:28 -0400 Subject: [PATCH] Create new release --- CHANGES | 3 ++- constants/constants.go | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 53b0f03c..62e3f6e5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ pritunl-zero changelog ====================== -<%= version %> +Version 1.0.1631.2 2020-05-12 +----------------------------- Add algorithm option to authorities diff --git a/constants/constants.go b/constants/constants.go index 4eb7f028..cbff9b70 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -7,7 +7,7 @@ import ( ) const ( - Version = "1.0.1624.53" + Version = "1.0.1631.2" DatabaseVersion = 1 ConfPath = "/etc/pritunl-zero.json" LogPath = "/var/log/pritunl-zero.log"