diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index a094e6a..d3a5fcb 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -44,7 +44,7 @@ jobs: with: context: . push: true - tags: ghcr.io/pagwin2/psb:v1.1 + tags: ghcr.io/pagwin2/psb:v2 labels: ${{ steps.meta.outputs.labels }} - name: Build and push Docker image (latest) diff --git a/psb.cabal b/psb.cabal index 96b4066..0d1e784 100644 --- a/psb.cabal +++ b/psb.cabal @@ -8,7 +8,7 @@ name: psb -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 0.1.0.0 +version: 0.2.0.0 license: MIT license-file: LICENSE