v8.01
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 2025-10-11 12:32:38 +03:00
parent 4445612bb8
commit ea30612013
10 changed files with 50 additions and 21 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 = 800,
appVersion = 801,
# Increment this for every release.
appMarketingVersion = (defaultText = "8.00.0~2025-10-11"),
appMarketingVersion = (defaultText = "8.01.0~2025-10-11"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,