Bump app version

This commit is contained in:
Roland Geider
2026-01-21 07:32:03 +01:00
parent 05f83da601
commit bbfc0c1e20
4 changed files with 6 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ jobs:
# https://github.com/docker/metadata-action
tags: |
type=raw,value=latest
type=raw,value=2.4-dev
type=raw,value=2.5-dev
images: |
${{ env.REGISTRY_IMAGE }}
@@ -133,7 +133,7 @@ jobs:
with:
tags: |
type=raw,value=latest
type=raw,value=2.4-dev
type=raw,value=2.5-dev
images: |
${{ env.REGISTRY_IMAGE }}

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "wger",
"version": "2.4.alpha3",
"version": "2.5-alpha1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "wger",
"version": "2.4.alpha3",
"version": "2.5-alpha1",
"license": "AGPL-3.0",
"dependencies": {
"@popperjs/core": "^2.11.8",

View File

@@ -1,6 +1,6 @@
{
"name": "wger",
"version": "2.4",
"version": "2.5-alpha1",
"description": "Self hosted FLOSS fitness/workout and weight tracker",
"repository": "github:wger-project/wger",
"author": "wger team <hello@wger.de>",

View File

@@ -35,7 +35,7 @@ Always use versions in the x.y.z format, without any suffixes like "beta1" or su
MIN_SERVER_VERSION = Version('2.4.0-alpha2')
"""Minimum version of the server required to run sync commands on this server"""
VERSION = Version('2.4.0')
VERSION = Version('2.5.0-alpha1')
"""Current version of the app"""