]> git.sesse.net Git - remoteglot/commitdiff
Version bump is done.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 21 Jun 2015 21:19:56 +0000 (23:19 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 21 Jun 2015 21:19:56 +0000 (23:19 +0200)
www/serve-analysis.js

index e45e34f3d3e781e07506bc0f861233e0102569f8..675117ce4acf51275b669f149c56bddba0acce63 100644 (file)
@@ -13,7 +13,7 @@ var delta = require('./js/json_delta.js');
 // Constants.
 var JSON_FILENAME = '/srv/analysis.sesse.net/www/analysis.json';
 var HISTORY_TO_KEEP = 5;
-var MINIMUM_VERSION = 2015062104;
+var MINIMUM_VERSION = null;
 
 // If set to 1, we are already processing a JSON update and should not
 // start a new one. If set to 2, we are _also_ having one in the queue.