Also here history begins at 0.20.0

This commit is contained in:
Johannes Zellner 2016-10-07 14:12:15 +02:00
parent fd3c4e6e24
commit 46c91810fa
1 changed files with 1 additions and 1 deletions

View File

@ -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);