v8.25
Some checks are pending
Docker / build (push) Waiting to run
Docker Image CI / build (push) Waiting to run
Release Charts / release (push) Waiting to run
Test suite / Meteor tests (push) Waiting to run
Test suite / Coverage report (push) Blocked by required conditions

This commit is contained in:
Lauri Ojansivu 2026-01-28 14:02:55 +02:00
parent ac70fe2848
commit 8ce77880bd
8 changed files with 37 additions and 18 deletions

View file

@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
appVersion = 824,
appVersion = 825,
# Increment this for every release.
appMarketingVersion = (defaultText = "8.24.0~2026-01-24"),
appMarketingVersion = (defaultText = "8.25.0~2026-01-28"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,