From 0e65abc52532afc34355974b866c32dbcad6a391 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 8 Oct 2015 16:14:01 -0700 Subject: [PATCH] test image version has changed --- common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.js b/common.js index 35abe3a..43353e2 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 : '2.0.1', + TESTAPP_VERSION : '3.0.0', cloudronDomain: cloudronDomain, verifyResponse: verifyResponse,