Skip to content
Snippets Groups Projects
Unverified Commit 935688f9 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Bump version to 0.60.0-rc.7

parent 45606e59
No related branches found
No related tags found
No related merge requests found
FROM rocketchat/base:8
ENV RC_VERSION 0.60.0-rc.6
ENV RC_VERSION 0.60.0-rc.7
MAINTAINER buildmaster@rocket.chat
......
......@@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 62, # Increment this for every release.
appMarketingVersion = (defaultText = "0.60.0-rc.6"),
appMarketingVersion = (defaultText = "0.60.0-rc.7"),
# 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.60.0-rc.6
RC_VERSION=0.60.0-rc.7
fi
echo "Preparing to trigger a snap release for $CHANNEL channel"
......
<a name="0.60.0-rc.7"></a>
# 0.60.0-rc.7 (2017-12-26)
### Bug Fixes
- [#9243](https://github.com/RocketChat/Rocket.Chat/pull/9243) Move emojipicker css to theme package
<a name="0.60.0-rc.6"></a>
# 0.60.0-rc.6 (2017-12-26)
......
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "0.60.0-rc.6",
"version": "0.60.0-rc.7",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
......
{
"version": "0.60.0-rc.6"
"version": "0.60.0-rc.7"
}
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