diff --git a/CHANGES b/CHANGES index a8bd83b9..dcfda800 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ pritunl-cloud changelog ======================= -<%= version %> +Version 1.0.1150.31 2019-01-17 +------------------------------ Add copy to clipboard to web console diff --git a/constants/constants.go b/constants/constants.go index 084f6998..fd1a052a 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -7,7 +7,7 @@ import ( ) const ( - Version = "1.0.1149.32" + Version = "1.0.1150.31" DatabaseVersion = 1 ConfPath = "/cloud/pritunl-cloud.json" LogPath = "/var/log/pritunl-cloud.log"