From c5664aaf599b0c07b8c49676684de9f0daa93aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Lamy?= Date: Sun, 26 Jan 2025 15:53:00 -0500 Subject: [PATCH] 55.2.0-rc01 --- .github/workflows/release.yaml | 2 +- azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f4c483395..e1b96fc26 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,7 @@ on: revision: description: 'Revision for the release' required: true - default: '55.1.3' + default: '55.2.0-rc01' env: REPO_OWNER: owlcms diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e6f2b4ba5..8749de12e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ trigger: parameters: - name: Revision type: string - default: 55.2.0-rc01 + default: NOW IN release.yaml !!! - name: SkipTests type: string default: 'false'