Skip to content

Commit

Permalink
Bump version to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandgeider committed Dec 1, 2023
1 parent 35f61f0 commit a330c82
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
push: true
file: extras/docker/base/Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
tags: wger/base:latest,wger/base:2.2-dev
tags: wger/base:latest,wger/base:2.3-dev
2 changes: 1 addition & 1 deletion .github/workflows/docker-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
push: true
file: extras/docker/demo/Dockerfile
platforms: linux/amd64,linux/arm64
tags: wger/demo:latest,wger/demo:2.2-dev,wger/apache:latest,wger/apache:2.2-dev
tags: wger/demo:latest,wger/demo:2.3-dev,wger/apache:latest,wger/apache:2.3-dev
6 changes: 2 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# https://github.com/docker/metadata-action
tags: |
type=raw,value=latest
type=raw,value=2.2-dev
type=raw,value=2.3-dev
images: |
${{ env.REGISTRY_IMAGE }}
${{ env.REGISTRY_IMAGE_ALT }}
Expand Down Expand Up @@ -114,12 +114,10 @@ jobs:
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
# Think if we want to also build branches, PRs, tags, etc.
# https://github.com/docker/metadata-action
with:
tags: |
type=raw,value=latest
type=raw,value=2.2-dev
type=raw,value=2.3-dev
images: |
${{ env.REGISTRY_IMAGE }}
${{ env.REGISTRY_IMAGE_ALT }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wger",
"version": "2.2.dev1",
"version": "2.3.dev1",
"description": "Self hosted FLOSS fitness/workout and weight tracker",
"repository": "github:wger-project/wger",
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion wger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

MIN_APP_VERSION = (1, 6, 0, 'final', 1)

VERSION = (2, 2, 0, 'alpha', 4)
VERSION = (2, 3, 0, 'alpha', 1)
RELEASE = True


Expand Down

0 comments on commit a330c82

Please sign in to comment.