bump test app version

This commit is contained in:
Girish Ramakrishnan 2015-10-23 16:42:02 -07:00
parent 42d56e9432
commit ec14c34a9e
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 : '8.0.0',
TESTAPP_VERSION : '9.0.0',
PREV_TESTAPP_VERSION : '9.0.0',
TESTAPP_VERSION : '10.0.0',
cloudronDomain: cloudronDomain,
verifyResponse: verifyResponse,