From d16ee419e11d1b50b63fc82ad77037d9a2932719 Mon Sep 17 00:00:00 2001 From: Gilles TOURREAU Date: Tue, 25 Jun 2024 10:36:47 +0200 Subject: [PATCH] Changes the version. --- .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 ffbed42..3ac9dd5 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.6.0 + default: 1.7.0 VersionSuffix: type: string description: The version suffix of the library (for example rc.1)