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

Bump version to 0.55.0

parent 00d485b6
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = ( ...@@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (
appVersion = 62, # Increment this for every release. appVersion = 62, # Increment this for every release.
appMarketingVersion = (defaultText = "0.55.0-rc.6"), appMarketingVersion = (defaultText = "0.55.0"),
# Human-readable representation of appVersion. Should match the way you # Human-readable representation of appVersion. Should match the way you
# identify versions of your app in documentation and marketing. # identify versions of your app in documentation and marketing.
......
...@@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then ...@@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
RC_VERSION=$TRAVIS_TAG RC_VERSION=$TRAVIS_TAG
else else
CHANNEL=edge CHANNEL=edge
RC_VERSION=0.55.0-rc.6 RC_VERSION=0.55.0
fi fi
echo "Preparing to trigger a snap release for $CHANNEL channel" echo "Preparing to trigger a snap release for $CHANNEL channel"
......
<a name="0.55.0"></a>
# 0.55.0 (2017-04-18)
### Bug Fixes
- [#6709](https://github.com/RocketChat/Rocket.Chat/pull/6709) emoji picker exception
<a name="0.55.0-rc.6"></a> <a name="0.55.0-rc.6"></a>
# 0.55.0-rc.6 (2017-04-17) # 0.55.0-rc.6 (2017-04-17)
......
{ {
"name": "Rocket.Chat", "name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform", "description": "The Ultimate Open Source WebChat Platform",
"version": "0.55.0-rc.6", "version": "0.55.0",
"author": { "author": {
"name": "Rocket.Chat", "name": "Rocket.Chat",
"url": "https://rocket.chat/" "url": "https://rocket.chat/"
......
{ {
"version": "0.55.0-rc.6" "version": "0.55.0"
} }
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