From a4e9eb9f68baca5b10eac29cb62443cd156eeb7d Mon Sep 17 00:00:00 2001 From: Cyber MacGeddon Date: Fri, 11 Oct 2024 23:57:57 +0100 Subject: [PATCH] Bump version? --- .github/workflows/deploy-dev.yaml | 2 +- .github/workflows/deploy-prod.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-dev.yaml b/.github/workflows/deploy-dev.yaml index b7195aa..8e4aedd 100644 --- a/.github/workflows/deploy-dev.yaml +++ b/.github/workflows/deploy-dev.yaml @@ -26,7 +26,7 @@ jobs: - name: Get version id: version - run: echo VERSION=0.0.1 >> $GITHUB_OUTPUT + run: echo VERSION=0.0.2 >> $GITHUB_OUTPUT - name: Install deps run: npm install diff --git a/.github/workflows/deploy-prod.yaml b/.github/workflows/deploy-prod.yaml index edbe8e5..e1c3f22 100644 --- a/.github/workflows/deploy-prod.yaml +++ b/.github/workflows/deploy-prod.yaml @@ -26,7 +26,7 @@ jobs: - name: Get version id: version - run: echo VERSION=0.0.1 >> $GITHUB_OUTPUT + run: echo VERSION=0.0.2 >> $GITHUB_OUTPUT - name: Install deps run: npm install