Bump test app version

This commit is contained in:
Girish Ramakrishnan 2017-02-19 21:49:08 -08:00
parent d2072209b5
commit 1562247efd
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ var debug = require('debug')('e2e:common'),
exports = module.exports = {
TESTAPP_ID: 'io.cloudron.testapp',
PREV_TESTAPP_VERSION : '17.0.1',
TESTAPP_VERSION : '18.0.0',
PREV_TESTAPP_VERSION : '18.0.1',
TESTAPP_VERSION : '19.0.0',
cloudronDomain: cloudronDomain,
verifyResponse2xx: verifyResponse2xx,