From 296ae6005bf435209afb0dc0d22a872f2ee616e2 Mon Sep 17 00:00:00 2001 From: Gilles TOURREAU Date: Wed, 28 Aug 2024 11:44:27 +0200 Subject: [PATCH] Change the version to 1.10.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 e36436c..f7f58c8 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: 1.9.3 + default: 1.10.0 VersionSuffix: type: string description: The version suffix of the library (for example rc.1)