diff --git a/client/common/changelog.txt b/client/common/changelog.txt index 90cbfb21..81a2f52b 100644 --- a/client/common/changelog.txt +++ b/client/common/changelog.txt @@ -1,3 +1,8 @@ +2.10.15 (28/06/2024) +All: + * No changes. Promoted 2.10.14 to the stable channel. + + 2.10.14 (20/06/2024) All: * Improved best location selection. #1040 diff --git a/client/common/version/windscribe_version.h b/client/common/version/windscribe_version.h index e1f9f02f..9bc42e53 100644 --- a/client/common/version/windscribe_version.h +++ b/client/common/version/windscribe_version.h @@ -2,10 +2,10 @@ #define WINDSCRIBE_MAJOR_VERSION 2 #define WINDSCRIBE_MINOR_VERSION 10 -#define WINDSCRIBE_BUILD_VERSION 14 +#define WINDSCRIBE_BUILD_VERSION 15 // only one of these should be enabled; neither -> stable -#define WINDSCRIBE_IS_BETA +//#define WINDSCRIBE_IS_BETA //#define WINDSCRIBE_IS_GUINEA_PIG #define STR_HELPER(x) #x