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"