The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/packages/rocketchat-version-check/server/checkUpdate.js

14 lines
297 B

export default {
versions: [{
version: '0.61.2',
security: true,
infoUrl: 'https://rocket.chat',
}],
alerts: [{
timestamp: '2018-02-19T22:56:23.290Z',
title: 'Alert title',
description: 'Alert description',
infoUrl: 'https://rocket.chat',
infoTitle: 'More information',
}],
};