From 18fac8275466d128fa7dfce94af5ddb6545c7191 Mon Sep 17 00:00:00 2001 From: Gilles TOURREAU Date: Thu, 13 Jun 2024 10:16:48 +0200 Subject: [PATCH] Updates the version to 1.2.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 f71ab9d..b9609e9 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.1.0 + default: 1.2.0 VersionSuffix: type: string description: The version suffix of the library (for example rc.1)