Skip to content

Commit 812bb63

Browse files
committed
Bump version to 0.59.4
1 parent aabc541 commit 812bb63

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

.docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM rocketchat/base:4
22

3-
ENV RC_VERSION 0.59.3
3+
ENV RC_VERSION 0.59.4
44

55
66

.sandstorm/sandstorm-pkgdef.capnp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const pkgdef :Spk.PackageDefinition = (
2121

2222
appVersion = 62, # Increment this for every release.
2323

24-
appMarketingVersion = (defaultText = "0.59.3"),
24+
appMarketingVersion = (defaultText = "0.59.4"),
2525
# Human-readable representation of appVersion. Should match the way you
2626
# identify versions of your app in documentation and marketing.
2727

.travis/snap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ elif [[ $TRAVIS_TAG ]]; then
1717
RC_VERSION=$TRAVIS_TAG
1818
else
1919
CHANNEL=edge
20-
RC_VERSION=0.59.3
20+
RC_VERSION=0.59.4
2121
fi
2222

2323
echo "Preparing to trigger a snap release for $CHANNEL channel"

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
<a name="0.59.4"></a>
2+
## 0.59.4 (2017-11-28)
3+
4+
5+
16
<a name="0.59.3"></a>
27
## 0.59.3 (2017-10-29)
38

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Rocket.Chat",
33
"description": "The Ultimate Open Source WebChat Platform",
4-
"version": "0.59.3",
4+
"version": "0.59.4",
55
"author": {
66
"name": "Rocket.Chat",
77
"url": "https://rocket.chat/"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.59.3"
2+
"version": "0.59.4"
33
}

0 commit comments

Comments
 (0)