From 7bfcb7ef512ca4b0da7d2e59a34d0059cfc2e10f Mon Sep 17 00:00:00 2001 From: Zachary Huff Date: Sun, 19 Jun 2022 07:40:45 -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 7e880eb7..bc503a3b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ pritunl-cloud changelog ======================= -<%= version %> +Version 1.2.2399.48 2022-06-19 +------------------------------ Show running QEMU version in instance info Improve Lets Encrypt certificates diff --git a/constants/constants.go b/constants/constants.go index 63d71209..89d9f5a2 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -7,7 +7,7 @@ import ( ) const ( - Version = "1.2.2397.83" + Version = "1.2.2399.48" DatabaseVersion = 1 LogPath = "/var/log/pritunl-cloud.log" LogPath2 = "/var/log/pritunl-cloud.log.1"