diff --git a/CHANGES b/CHANGES index ff0c9148..b6197a42 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ pritunl-cloud changelog ======================= -<%= version %> +Version 1.2.2334.69 2022-04-15 +------------------------------ Fix issue with instance startup diff --git a/constants/constants.go b/constants/constants.go index a67d122f..bd9726ff 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -7,7 +7,7 @@ import ( ) const ( - Version = "1.2.2333.97" + Version = "1.2.2334.69" DatabaseVersion = 1 LogPath = "/var/log/pritunl-cloud.log" LogPath2 = "/var/log/pritunl-cloud.log.1"