From 06e720787cf3866e722068988b90aca8891cd280 Mon Sep 17 00:00:00 2001 From: Zachary Huff Date: Mon, 20 Jun 2022 07:11:03 -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 a1a275a8..9df33e9f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ pritunl-cloud changelog ======================= -<%= version %> +Version 1.2.2400.46 2022-06-20 +------------------------------ Fix QEMU feature detection diff --git a/constants/constants.go b/constants/constants.go index 0dea1cfa..78cb2674 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -7,7 +7,7 @@ import ( ) const ( - Version = "1.2.2400.30" + Version = "1.2.2400.46" DatabaseVersion = 1 LogPath = "/var/log/pritunl-cloud.log" LogPath2 = "/var/log/pritunl-cloud.log.1"