From ddb0d13b0f01a7e6ab473eaf21a1c4c64c024f6d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 19 Mar 2017 21:23:53 -0700 Subject: [PATCH] Old version has simpleauth does not work anymore --- common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.js b/common.js index ac60609..0464f0b 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 : '19.0.1', - TESTAPP_VERSION : '20.0.1', + PREV_TESTAPP_VERSION : '20.0.1', + TESTAPP_VERSION : '21.0.0', cloudronDomain: cloudronDomain, verifyResponse2xx: verifyResponse2xx,