bump test app version

This commit is contained in:
Girish Ramakrishnan 2016-08-21 20:18:45 -07:00
parent f0f42b4f5e
commit 436533b887
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 : '15.0.0',
TESTAPP_VERSION : '16.0.0',
PREV_TESTAPP_VERSION : '16.0.0',
TESTAPP_VERSION : '17.0.0',
cloudronDomain: cloudronDomain,
verifyResponse2xx: verifyResponse2xx,