From dd4404ddc2bafba87dcb066fd0db2078abd2dfa6 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 10 May 2016 13:36:36 -0700 Subject: [PATCH] only 11.0.0 has the correct mail fix --- common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.js b/common.js index f9b1847..65ccc8a 100644 --- a/common.js +++ b/common.js @@ -8,7 +8,7 @@ var debug = require('debug')('e2e:common'), exports = module.exports = { TESTAPP_ID: 'io.cloudron.testapp', - PREV_TESTAPP_VERSION : '10.0.0', + PREV_TESTAPP_VERSION : '11.0.0', TESTAPP_VERSION : '11.0.0', cloudronDomain: cloudronDomain,