From e95586a7722c1709742842e47a8a503c16c6d716 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 1 May 2017 15:33:05 -0700 Subject: [PATCH] bump test app version to 23.0.2 --- common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.js b/common.js index e8c0553..a6c32fe 100644 --- a/common.js +++ b/common.js @@ -9,7 +9,7 @@ var debug = require('debug')('e2e:common'), exports = module.exports = { TESTAPP_ID: 'io.cloudron.testapp', PREV_TESTAPP_VERSION : '22.0.0', - TESTAPP_VERSION : '23.0.1', + TESTAPP_VERSION : '23.0.2', cloudronDomain: cloudronDomain, verifyResponse2xx: verifyResponse2xx,