From 5b4460ebbebbbd853204b9a211186dec95474588 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 12 Jan 2017 19:18:45 -0800 Subject: [PATCH] update test app --- common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.js b/common.js index f0e3067..f574db7 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 : '16.0.0', - TESTAPP_VERSION : '17.0.1', + PREV_TESTAPP_VERSION : '17.0.1', + TESTAPP_VERSION : '18.0.0', cloudronDomain: cloudronDomain, verifyResponse2xx: verifyResponse2xx,