From 299a670828455e738b526d5ba88793ee073390c3 Mon Sep 17 00:00:00 2001 From: Zachary Huff Date: Fri, 17 Jun 2022 16:08:17 -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 5187e865..29e7f4d8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ pritunl-cloud changelog ======================= -<%= version %> +Version 1.2.2397.83 2022-06-17 +------------------------------ Support QEMU 7.0.0 Support Azure users with more then 50 groups diff --git a/constants/constants.go b/constants/constants.go index 8524680a..63d71209 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -7,7 +7,7 @@ import ( ) const ( - Version = "1.2.2336.5" + Version = "1.2.2397.83" DatabaseVersion = 1 LogPath = "/var/log/pritunl-cloud.log" LogPath2 = "/var/log/pritunl-cloud.log.1"