From 1f5bd4eda7361b1ab51637ba6272c4dc9e379119 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 1 Sep 2016 19:00:11 -0700 Subject: [PATCH] bump test app version --- common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.js b/common.js index c6ffef1..a840a01 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 : '16.0.0', - TESTAPP_VERSION : '17.0.0', + TESTAPP_VERSION : '17.0.1', cloudronDomain: cloudronDomain, verifyResponse2xx: verifyResponse2xx,