Bump version to 6.2.0-rc.5

pull/29026/head^2 6.2.0-rc.5
Diego Sampaio 3 years ago
parent 6239503f4d
commit 2ee3a0811c
No known key found for this signature in database
GPG Key ID: B71D302EB7F5183C
  1. 2
      apps/meteor/.docker/Dockerfile.rhel
  2. 2
      apps/meteor/app/utils/rocketchat.info
  3. 2
      apps/meteor/package.json
  4. 2
      package.json

@ -1,6 +1,6 @@
FROM registry.access.redhat.com/ubi8/nodejs-12
ENV RC_VERSION 6.2.0-rc.4
ENV RC_VERSION 6.2.0-rc.5
MAINTAINER buildmaster@rocket.chat

@ -1,3 +1,3 @@
{
"version": "6.2.0-rc.4"
"version": "6.2.0-rc.5"
}

@ -1,7 +1,7 @@
{
"name": "@rocket.chat/meteor",
"description": "The Ultimate Open Source WebChat Platform",
"version": "6.2.0-rc.4",
"version": "6.2.0-rc.5",
"private": true,
"author": {
"name": "Rocket.Chat",

@ -1,6 +1,6 @@
{
"name": "rocket.chat",
"version": "6.2.0-rc.4",
"version": "6.2.0-rc.5",
"description": "Rocket.Chat Monorepo",
"main": "index.js",
"private": true,

Loading…
Cancel
Save