chore: early t&c release

This commit is contained in:
Taranto 2020-03-26 08:14:59 +00:00 committed by Josh Harvey
parent 7fc8ff3d1d
commit 8b149031e3
2 changed files with 4 additions and 4 deletions

View file

@ -113,9 +113,9 @@ function poll (req, res, next) {
}
}
// BACKWARDS_COMPATIBILITY 7.5
// machines before 7.5 expect t&c on poll
if (!machineVersion || semver.lt(machineVersion, '7.5.0-beta')) {
// BACKWARDS_COMPATIBILITY 7.4.9
// machines before 7.4.9 expect t&c on poll
if (!machineVersion || semver.lt(machineVersion, '7.4.9')) {
response.terms = config.termsScreenActive && config.termsScreenText ? createTerms(config) : null
}

View file

@ -2,7 +2,7 @@
"name": "lamassu-server",
"description": "bitcoin atm client server protocol module",
"keywords": [],
"version": "7.4.8",
"version": "7.4.9",
"license": "Unlicense",
"author": "Lamassu (https://lamassu.is)",
"dependencies": {