Bump version to 1.4.0-develop

pull/15097/head
Diego Sampaio 6 years ago
parent 16b4892d73
commit ab70e042e1
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 2
      .docker/Dockerfile.rhel
  2. 2
      .travis/snap.sh
  3. 2
      app/utils/rocketchat.info
  4. 2
      package.json

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

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

@ -1,3 +1,3 @@
{
"version": "1.3.0"
"version": "1.4.0-develop"
}

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

Loading…
Cancel
Save