Skip to content
Snippets Groups Projects
Commit 607f6b8a authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Bump version to 0.56.0-rc.4

parent 41e96659
No related merge requests found
FROM rocketchat/base:4
ENV RC_VERSION 0.56.0-rc.3
ENV RC_VERSION 0.56.0-rc.4
MAINTAINER buildmaster@rocket.chat
......
......@@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 62, # Increment this for every release.
appMarketingVersion = (defaultText = "0.56.0-rc.3"),
appMarketingVersion = (defaultText = "0.56.0-rc.4"),
# 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.56.0-rc.3
RC_VERSION=0.56.0-rc.4
fi
echo "Preparing to trigger a snap release for $CHANNEL channel"
......
<a name="0.56.0-rc.4"></a>
# 0.56.0-rc.4 (2017-05-11)
### New Features
- [#6953](https://github.com/RocketChat/Rocket.Chat/pull/6953) Show info about multiple instances at admin page
<a name="0.56.0-rc.3"></a>
# 0.56.0-rc.3 (2017-05-10)
......
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "0.56.0-rc.3",
"version": "0.56.0-rc.4",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
......
{
"version": "0.56.0-rc.3"
"version": "0.56.0-rc.4"
}
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