From 1a050394f48dc97e6b010727ac913ad4de10719c Mon Sep 17 00:00:00 2001 From: wlthomson Date: Thu, 9 Apr 2026 17:19:18 +1200 Subject: [PATCH] Bump minor version to 7.1 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3ef4a3..4bf288c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ on: required: true env: - PACKAGE_VERSION: 7.0.${{ github.run_number }} + PACKAGE_VERSION: 7.1.${{ github.run_number }} OCTOPUS_URL: ${{ secrets.OCTOPUS_URL }} OCTOPUS_API_KEY: ${{ secrets.INTEGRATIONS_API_KEY }}