Skip to content

Commit

Permalink
Bump version to 2.4.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Dec 28, 2019
1 parent bcf218a commit ae68258
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .docker/Dockerfile.rhel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM registry.access.redhat.com/rhscl/nodejs-8-rhel7

ENV RC_VERSION 2.4.0-rc.2
ENV RC_VERSION 2.4.0-rc.3

MAINTAINER buildmaster@rocket.chat

Expand Down
30 changes: 26 additions & 4 deletions .github/history.json
Original file line number Diff line number Diff line change
Expand Up @@ -37303,7 +37303,11 @@
"2.4.0-rc.0": {
"node_version": "8.17.0",
"npm_version": "6.13.4",
"mongo_versions": [],
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "16043",
Expand Down Expand Up @@ -38027,7 +38031,11 @@
"2.4.0-rc.1": {
"node_version": "8.17.0",
"npm_version": "6.13.4",
"mongo_versions": [],
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "16053",
Expand All @@ -38043,7 +38051,11 @@
"2.4.0-rc.2": {
"node_version": "8.17.0",
"npm_version": "6.13.4",
"mongo_versions": [],
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": [
{
"pr": "16084",
Expand All @@ -38064,6 +38076,16 @@
]
}
]
},
"2.4.0-rc.3": {
"node_version": "8.17.0",
"npm_version": "6.13.4",
"mongo_versions": [
"3.4",
"3.6",
"4.0"
],
"pull_requests": []
}
}
}
}
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

# 2.4.0 (Under Release Candidate Process)

## 2.4.0-rc.3
`2019-12-27`

## 2.4.0-rc.2
`2019-12-27 · 1 🐛 · 1 🔍 · 2 👩‍💻👨‍💻`

Expand Down
2 changes: 1 addition & 1 deletion app/utils/rocketchat.info
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "2.4.0-rc.2"
"version": "2.4.0-rc.3"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Rocket.Chat",
"description": "The Ultimate Open Source WebChat Platform",
"version": "2.4.0-rc.2",
"version": "2.4.0-rc.3",
"author": {
"name": "Rocket.Chat",
"url": "https://rocket.chat/"
Expand Down

0 comments on commit ae68258

Please sign in to comment.