From 10ea8c2177b91f7c3e555765b2f3c9b568c5d09e Mon Sep 17 00:00:00 2001 From: Pagwin Date: Wed, 26 Nov 2025 21:02:22 -0500 Subject: [PATCH] version bump due to being close to the point where I'll start using this --- .github/workflows/build-container.yml | 2 +- psb.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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