summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Quandalle <mquandalle@wekan.io>2016-07-20 22:36:05 +0200
committerMaxime Quandalle <mquandalle@wekan.io>2016-07-20 22:36:05 +0200
commit8dc35d638bc9cec9437b862ccf30222a32655633 (patch)
tree8e81da3405411fdc4d79b059067cf8f8053f39e8
parent79cc3556f519768d3f524a69bb920d2d9892cfe7 (diff)
downloadwekan-8dc35d638bc9cec9437b862ccf30222a32655633.tar.gz
wekan-8dc35d638bc9cec9437b862ccf30222a32655633.tar.bz2
wekan-8dc35d638bc9cec9437b862ccf30222a32655633.zip
Release 0.11.0-rc1v0.11.0-rc1
-rw-r--r--sandstorm-pkgdef.capnp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sandstorm-pkgdef.capnp b/sandstorm-pkgdef.capnp
index 8d692a49..4966acb8 100644
--- a/sandstorm-pkgdef.capnp
+++ b/sandstorm-pkgdef.capnp
@@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.
- appVersion = 10,
+ appVersion = 11,
# Increment this for every release.
- appMarketingVersion = (defaultText = "0.10.1"),
+ appMarketingVersion = (defaultText = "0.11.0-rc1"),
# Human-readable presentation of the app version.
minUpgradableAppVersion = 0,