From a9f8bf1af38621fa176c39af98d7cea9cd22a154 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 18 May 2016 19:36:25 -0700 Subject: [PATCH] update test app version --- common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.js b/common.js index 4dbc43b..bea51a3 100644 --- a/common.js +++ b/common.js @@ -8,8 +8,8 @@ var debug = require('debug')('e2e:common'), exports = module.exports = { TESTAPP_ID: 'io.cloudron.testapp', - PREV_TESTAPP_VERSION : '12.0.0', - TESTAPP_VERSION : '13.0.0', + PREV_TESTAPP_VERSION : '13.0.0', + TESTAPP_VERSION : '14.0.0', cloudronDomain: cloudronDomain, verifyResponse2xx: verifyResponse2xx,