From 46c91810faf2a02f8365c35c4b5b236070fb8c3b Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 7 Oct 2016 14:12:15 +0200 Subject: [PATCH] Also here history begins at 0.20.0 --- common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.js b/common.js index a840a01..f0e3067 100644 --- a/common.js +++ b/common.js @@ -33,7 +33,7 @@ function cloudronDomain(filename) { function stripUnreachable(releases) { var reachableVersions = [ ]; - var curVersion = '0.0.1'; + var curVersion = '0.20.0'; while (true) { reachableVersions.push(curVersion);