diff --git a/common.js b/common.js index 0464f0b..d37a946 100644 --- a/common.js +++ b/common.js @@ -8,8 +8,8 @@ var debug = require('debug')('e2e:common'), exports = module.exports = { TESTAPP_ID: 'io.cloudron.testapp', - PREV_TESTAPP_VERSION : '20.0.1', - TESTAPP_VERSION : '21.0.0', + PREV_TESTAPP_VERSION : '21.0.0', + TESTAPP_VERSION : '22.0.0', cloudronDomain: cloudronDomain, verifyResponse2xx: verifyResponse2xx,