From a69a49901f34168b965502eb32e867e1cc6c6878 Mon Sep 17 00:00:00 2001 From: Jeremy Massel Date: Thu, 11 Mar 2021 09:30:00 -0700 Subject: [PATCH] Cut 16.8.1 --- config/Version.internal.xcconfig | 4 ++-- config/Version.public.xcconfig | 4 ++-- fastlane/Deliverfile | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/Version.internal.xcconfig b/config/Version.internal.xcconfig index 4be5aec54233..52a9bec4316b 100644 --- a/config/Version.internal.xcconfig +++ b/config/Version.internal.xcconfig @@ -1,4 +1,4 @@ -VERSION_SHORT=16.8 +VERSION_SHORT=16.8.1 // Internal long version example: VERSION_LONG=9.9.0.20180423 -VERSION_LONG=16.8.0.20210305 +VERSION_LONG=16.8.1.20210311 diff --git a/config/Version.public.xcconfig b/config/Version.public.xcconfig index 1841393e4d63..9bfdbeff671d 100644 --- a/config/Version.public.xcconfig +++ b/config/Version.public.xcconfig @@ -1,4 +1,4 @@ -VERSION_SHORT=16.8 +VERSION_SHORT=16.8.1 // Public long version example: VERSION_LONG=9.9.0.0 -VERSION_LONG=16.8.0.4 +VERSION_LONG=16.8.1.0 diff --git a/fastlane/Deliverfile b/fastlane/Deliverfile index 83cda4a4e01a..0d6fce01d24b 100644 --- a/fastlane/Deliverfile +++ b/fastlane/Deliverfile @@ -5,7 +5,7 @@ screenshots_path "./screenshots/" app_identifier "org.wordpress" # Make sure to update these keys for a new version -app_version "16.8" +app_version "16.8.1" skip_binary_upload true overwrite_screenshots true