update test app version

This commit is contained in:
Girish Ramakrishnan 2016-05-18 19:36:25 -07:00
parent 4e543eb439
commit a9f8bf1af3
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 : '12.0.0',
TESTAPP_VERSION : '13.0.0',
PREV_TESTAPP_VERSION : '13.0.0',
TESTAPP_VERSION : '14.0.0',
cloudronDomain: cloudronDomain,
verifyResponse2xx: verifyResponse2xx,