From 18492778b8fd24be851fbb9c2110aeaac35a74d6 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 10 Oct 2015 18:33:39 -0700 Subject: [PATCH] fix test app id --- common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.js b/common.js index 8d67113..c6f1d0f 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.0', + TESTAPP_VERSION : '4.0.1', cloudronDomain: cloudronDomain, verifyResponse: verifyResponse,