diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 34932231..7519af5e 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -7,7 +7,7 @@ on: description: "Version of swiftly to build release artifacts" required: true type: string - default: "0.4.0" + default: "1.1.0" skip: description: "Perform release checks, such as the git tag, and swift version, or '--skip' to skip that." required: true @@ -15,7 +15,7 @@ on: default: "--skip" env: - SWIFTLY_BOOTSTRAP_VERSION: 0.4.0-dev + SWIFTLY_BOOTSTRAP_VERSION: 1.0.0 jobs: buildrelease: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6ad20e5e..4a2aca0c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -7,7 +7,7 @@ on: branches: [main] env: - SWIFTLY_BOOTSTRAP_VERSION: 0.4.0-dev + SWIFTLY_BOOTSTRAP_VERSION: 1.0.0 jobs: soundness: