From 8aa4caa3c6ddf0574f71a419480ece5d0b52b3ef Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 1 May 2017 19:32:37 -0700 Subject: [PATCH] test with same version for fs --- common.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.js b/common.js index c362033..2595f29 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 : '22.0.0', - TESTAPP_VERSION : '23.0.4', + PREV_TESTAPP_VERSION : '23.0.4', + TESTAPP_VERSION : '23.0.5', cloudronDomain: cloudronDomain, verifyResponse2xx: verifyResponse2xx,