diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index c2f04e6..8f057ef 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -25,7 +25,7 @@ jobs: working-directory: Sapling id: get_version run: | - VERSION=1.0.3 + VERSION=1.0.4 echo "Application version: $VERSION" echo "::set-output name=version::$VERSION"