From 08864a12fb416b86deb3d4b1a125b013515ea880 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 15 Oct 2015 15:38:43 -0700 Subject: [PATCH] use latest test image --- common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.js b/common.js index 9655f27..e726af0 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 : '7.0.0', + TESTAPP_VERSION : '8.0.0', cloudronDomain: cloudronDomain, verifyResponse: verifyResponse,