diff --git a/CHANGES b/CHANGES index 37db3d75..9557d92c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ pritunl-cloud changelog ======================= -<%= version %> +Version 1.2.2933.86 2023-12-05 +------------------------------ Fix fast login issues diff --git a/constants/constants.go b/constants/constants.go index 2b34d4cf..b1580a8c 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -7,7 +7,7 @@ import ( ) const ( - Version = "1.2.2900.76" + Version = "1.2.2933.86" DatabaseVersion = 1 LogPath = "/var/log/pritunl-cloud.log" LogPath2 = "/var/log/pritunl-cloud.log.1"