From 2d83a3e3adc116c65b54787be8e26da5256a954b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 19 Feb 2017 22:46:21 -0800 Subject: [PATCH] Fix test version --- common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.js b/common.js index 4f5bab7..7a5c019 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 : '18.0.1', - TESTAPP_VERSION : '19.0.0', + PREV_TESTAPP_VERSION : '18.0.0', + TESTAPP_VERSION : '19.0.1', cloudronDomain: cloudronDomain, verifyResponse2xx: verifyResponse2xx,