From 9aa102a868cbf40c8cae438ac2286d0fa4283d2f Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 11 Oct 2015 01:57:31 -0700 Subject: [PATCH] Set test app to 5.0.0 --- common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.js b/common.js index c6f1d0f..91898ba 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 : '4.0.1', + TESTAPP_VERSION : '5.0.0', cloudronDomain: cloudronDomain, verifyResponse: verifyResponse,