From ec2415678cca12231a4fa7d34e00404deeaf3e16 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 13 Oct 2015 09:28:35 -0700 Subject: [PATCH] use 7.0.0 test app --- common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.js b/common.js index 09b1651..9655f27 100644 --- a/common.js +++ b/common.js @@ -8,7 +8,7 @@ var debug = require('debug')('e2e:common'), exports = module.exports = { TESTAPP_ID: 'io.cloudron.testapp', - TESTAPP_VERSION : '6.0.0', + TESTAPP_VERSION : '7.0.0', cloudronDomain: cloudronDomain, verifyResponse: verifyResponse,