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"