Skip to content

Commit 7e5bc8e

Browse files
committed
Bump version to 3.13.0
1 parent 511f7c8 commit 7e5bc8e

8 files changed

Lines changed: 182 additions & 333 deletions

File tree

.docker/Dockerfile.rhel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM registry.access.redhat.com/ubi8/nodejs-12
22

3-
ENV RC_VERSION 3.13.0-rc.7
3+
ENV RC_VERSION 3.13.0
44

55
MAINTAINER buildmaster@rocket.chat
66

.github/history.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58035,6 +58035,17 @@
5803558035
]
5803658036
}
5803758037
]
58038+
},
58039+
"3.13.0": {
58040+
"node_version": "12.21.0",
58041+
"npm_version": "6.14.8",
58042+
"apps_engine_version": "1.24.0",
58043+
"mongo_versions": [
58044+
"3.4",
58045+
"3.6",
58046+
"4.0"
58047+
],
58048+
"pull_requests": []
5803858049
}
5803958050
}
58040-
}
58051+
}

.snapcraft/resources/prepareRocketChat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
curl -SLf "https://releases.rocket.chat/3.13.0-rc.7/download/" -o rocket.chat.tgz
3+
curl -SLf "https://releases.rocket.chat/3.13.0/download/" -o rocket.chat.tgz
44

55
tar xf rocket.chat.tgz --strip 1
66

.snapcraft/snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# 5. `snapcraft snap`
88

99
name: rocketchat-server
10-
version: 3.13.0-rc.7
10+
version: 3.13.0
1111
summary: Rocket.Chat server
1212
description: Have your own Slack like online chat, built with Meteor. https://rocket.chat/
1313
confinement: strict

HISTORY.md

Lines changed: 164 additions & 326 deletions
Large diffs are not rendered by default.

app/utils/rocketchat.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "3.13.0-rc.7"
2+
"version": "3.13.0"
33
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "3.13.0-rc.7",
4+
"version": "3.13.0",
55
"author": {
66
"name": "Rocket.Chat",
77
"url": "https://rocket.chat/"

0 commit comments

Comments
 (0)