From ae92026d8c576eb32620d396bd9de185d2b9a5de Mon Sep 17 00:00:00 2001 From: Gilles TOURREAU Date: Mon, 2 Sep 2024 16:00:37 +0200 Subject: [PATCH] Changes the version to 1.0.0 --- .github/workflows/github-actions-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-release.yml b/.github/workflows/github-actions-release.yml index 58a7f0f..8300973 100644 --- a/.github/workflows/github-actions-release.yml +++ b/.github/workflows/github-actions-release.yml @@ -7,7 +7,7 @@ on: type: string description: The version of the library required: true - default: 0.9.1 + default: 1.0.0 VersionSuffix: type: string description: The version suffix of the library (for example rc.1)