From 8e4b186b3da8840306896db9d5e9e6cca3f8976f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 10 Oct 2015 12:21:10 -0700 Subject: [PATCH] bump the test app version --- common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.js b/common.js index 43353e2..8d67113 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 : '3.0.0', + TESTAPP_VERSION : '4.0.0', cloudronDomain: cloudronDomain, verifyResponse: verifyResponse,