diff --git a/install/windows/index.md b/install/windows/index.md index 271d9e05a..9874d8db9 100644 --- a/install/windows/index.md +++ b/install/windows/index.md @@ -63,8 +63,8 @@ Swift snapshots are prebuilt binaries that are automatically created from the br {% assign windows_dev_builds = site.data.builds.development.windows10 | sort: 'date' | reverse %} {% assign windows_arm64_dev_builds = site.data.builds.development.windows10-arm64 | sort: 'date' | reverse %} -{% assign windows10_6_1_builds = site.data.builds.swift-6_1-branch.windows10 | sort: 'date' | reverse %} -{% assign windows10_arm64_6_1_builds = site.data.builds.swift-6_1-branch.windows10-arm64 | sort: 'date' | reverse %} +{% assign windows10_6_2_builds = site.data.builds.swift-6_2-branch.windows10 | sort: 'date' | reverse %} +{% assign windows10_arm64_6_2_builds = site.data.builds.swift-6_2-branch.windows10-arm64 | sort: 'date' | reverse %}
  • -

    release/6.1

    +

    release/6.2

    - +

    Package installers (.exe).

  • @@ -101,6 +101,6 @@ Swift snapshots are prebuilt binaries that are automatically created from the br {% include install/_older_snapshots.md builds=windows_dev_builds name="windows" platform_dir="windows10" branch_dir="development" %}
    - Older Snapshots (release/6.1) - {% include install/_older_snapshots.md builds=windows10_6_1_builds name="windows" platform_dir="windows10" branch_dir="swift-6.1-branch" %} + Older Snapshots (release/6.2) + {% include install/_older_snapshots.md builds=windows10_6_2_builds name="windows" platform_dir="windows10" branch_dir="swift-6.2-branch" %}