From e830138e184d8b66c274a55a9cf375ce699734d1 Mon Sep 17 00:00:00 2001 From: "qld-gov-au[bot]" Date: Wed, 31 Jul 2024 03:34:38 +0000 Subject: [PATCH] Updated publish.yml with release version: 1.0.10 and development version: 1.0.11-SNAPSHOT --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f4ba839..f2008d8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,11 +14,11 @@ on: releaseVersion: description: 'Release version' required: true - default: '1.0.9' + default: '1.0.10' developmentVersion: description: 'Development version' required: true - default: '1.0.10-SNAPSHOT' + default: '1.0.11-SNAPSHOT' jobs: publish: