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"