Bump version to 0.70.0-develop

pull/11921/head
Diego Sampaio 7 years ago
parent 470157c153
commit 90c9c83f32
No known key found for this signature in database
GPG Key ID: 16752D335AC4C231
  1. 2
      .docker/Dockerfile.rhel
  2. 4
      .sandstorm/sandstorm-pkgdef.capnp
  3. 2
      .travis/snap.sh
  4. 2
      package.json
  5. 2
      packages/rocketchat-lib/rocketchat.info

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7
ENV RC_VERSION 0.69.1
ENV RC_VERSION 0.70.0-develop
MAINTAINER buildmaster@rocket.chat

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

@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG
else
CHANNEL=edge
RC_VERSION=0.69.1
RC_VERSION=0.70.0-develop
fi
echo "Preparing to trigger a snap release for $CHANNEL channel"

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

@ -1,4 +1,4 @@
{
"version": "0.69.1",
"version": "0.70.0-develop",
"marketplaceApiVersion": "1.0.0"
}

Loading…
Cancel
Save