bump version to 0.10.0

pull/1719/head
Gabriel Engel 10 years ago
parent ac4fa32750
commit 56b316e3bb
  1. 4
      .sandstorm/sandstorm-pkgdef.capnp
  2. 2
      packages/rocketchat-lib/rocketchat.info

@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Rocket.Chat"),
appVersion = 5, # Increment this for every release.
appVersion = 6, # Increment this for every release.
appMarketingVersion = (defaultText = "0.9.0"),
appMarketingVersion = (defaultText = "0.10.0"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

@ -1,3 +1,3 @@
{
"version": "0.9.0"
"version": "0.10.0"
}

Loading…
Cancel
Save