Skip to content
Snippets Groups Projects
Unverified Commit 5b89d4a4 authored by Diego Sampaio's avatar Diego Sampaio
Browse files

Bump version to 0.72.0-develop

parent b77359c5
No related branches found
No related tags found
No related merge requests found
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7
ENV RC_VERSION 0.71.0
ENV RC_VERSION 0.72.0-develop
MAINTAINER buildmaster@rocket.chat
......
......@@ -19,9 +19,9 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Rocket.Chat"),
appVersion = 111, # Increment this for every release.
appVersion = 112, # Increment this for every release.
appMarketingVersion = (defaultText = "0.71.0"),
appMarketingVersion = (defaultText = "0.72.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.71.0
RC_VERSION=0.72.0-develop
fi
echo "Preparing to trigger a snap release for $CHANNEL channel"
......
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "0.71.0",
"version": "0.72.0-develop",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
......
{
"version": "0.71.0"
"version": "0.72.0-develop"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment