From ec14c34a9ee2dae0e758bb2c608e3f3bcddcd034 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 23 Oct 2015 16:42:02 -0700 Subject: [PATCH] bump test app version --- common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.js b/common.js index 4eca565..7431e33 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 : '8.0.0', - TESTAPP_VERSION : '9.0.0', + PREV_TESTAPP_VERSION : '9.0.0', + TESTAPP_VERSION : '10.0.0', cloudronDomain: cloudronDomain, verifyResponse: verifyResponse,