Version bump to 0.53.0-develop

pull/6024/head
Gabriel Engel 8 years ago
parent dcdd561f71
commit 8be54194a9
  1. 2
      .sandstorm/sandstorm-pkgdef.capnp
  2. 2
      .snapcraft/edge/snapcraft.yaml
  3. 2
      .snapcraft/stable/snapcraft.yaml
  4. 2
      package.json
  5. 2
      packages/rocketchat-lib/rocketchat.info

@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 57, # Increment this for every release.
appMarketingVersion = (defaultText = "0.52.0"),
appMarketingVersion = (defaultText = "0.53.0-develop"),
# Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing.

@ -7,7 +7,7 @@
# 5. `snapcraft snap`
name: rocketchat-server
version: 0.52.0
version: 0.53.0-develop
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict

@ -7,7 +7,7 @@
# 5. `snapcraft snap`
name: rocketchat-server
version: 0.52.0
version: 0.53.0-develop
summary: Rocket.Chat server
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
confinement: strict

@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "0.52.0",
"version": "0.53.0-develop",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"

@ -1,3 +1,3 @@
{
"version": "0.52.0"
"version": "0.53.0-develop"
}

Loading…
Cancel
Save