From 737b0dc43cf653fc4002433a4984d65dd7070a25 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 29 Sep 2015 12:56:29 -0700 Subject: [PATCH] update test app version --- common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.js b/common.js index 6d657e9..5defc8d 100644 --- a/common.js +++ b/common.js @@ -6,7 +6,7 @@ var path = require('path'), exports = module.exports = { TESTAPP_ID: 'io.cloudron.testapp', - TESTAPP_VERSION : '1.0.3', + TESTAPP_VERSION : '2.0.0', cloudronDomain: cloudronDomain, verifyResponse: verifyResponse,