diff --git a/.github/win/windows-installer-v8-x64.iss b/.github/win/windows-installer-v8-x64.iss index c11acb04151..29f8f652d03 100644 --- a/.github/win/windows-installer-v8-x64.iss +++ b/.github/win/windows-installer-v8-x64.iss @@ -5,8 +5,8 @@ AppName=Cloud Foundry CLI AppVersion=VERSION AppVerName=Cloud Foundry CLI version VERSION AppPublisher=Cloud Foundry Foundation -ArchitecturesInstallIn64BitMode=x64 ia64 -ArchitecturesAllowed=x64 ia64 +ArchitecturesInstallIn64BitMode=x64compatible +ArchitecturesAllowed=x64compatible PrivilegesRequired=none DefaultDirName={pf}\Cloud Foundry SetupIconFile=cf.ico diff --git a/BUILD_VERSION b/BUILD_VERSION index 7f9436ab6fc..cac11b94a54 100644 --- a/BUILD_VERSION +++ b/BUILD_VERSION @@ -1 +1 @@ -8.7.10 +8.7.11 diff --git a/build_data.yml b/build_data.yml index 8ef6a5b7a77..21fe70b19f5 100644 --- a/build_data.yml +++ b/build_data.yml @@ -1,2 +1,2 @@ -build-version: 8.7.10 +build-version: 8.7.11 capi-version-min: v16.11.0