From d04dda7fd6e7685178bd4441755c3b2eac053c6d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 18 Jun 2016 14:54:32 -0500 Subject: [PATCH] fix test app versions --- common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.js b/common.js index 18455a0..324b55f 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 : '14.0.0', - TESTAPP_VERSION : '15.0.0', + PREV_TESTAPP_VERSION : '15.0.0', + TESTAPP_VERSION : '16.0.0', cloudronDomain: cloudronDomain, verifyResponse2xx: verifyResponse2xx,