We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c4640b commit 2cb6195Copy full SHA for 2cb6195
sandstorm-pkgdef.capnp
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
22
appTitle = (defaultText = "Wekan"),
23
# The name of the app as it is displayed to the user.
24
25
- appVersion = 7,
+ appVersion = 8,
26
# Increment this for every release.
27
28
- appMarketingVersion = (defaultText = "0.10-rc3"),
+ appMarketingVersion = (defaultText = "0.10-rc4"),
29
# Human-readable presentation of the app version.
30
31
minUpgradableAppVersion = 0,
0 commit comments