From 882736729c594a2cf54ed6c95feb889bf07443e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Sun, 4 Oct 2020 19:09:15 +0200 Subject: [PATCH] version 0.22 --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index d2e94e9..bb2ff2c 100644 --- a/Program.cs +++ b/Program.cs @@ -26,7 +26,7 @@ public static class Program public static Timer CronTimer; - public static string Version => "0.21"; + public static string Version => "0.22"; // DataCache := Dictionary< DataDirIndex => (json, obj) > // json := full json for dir, aka: { "videos": [ ... ], "missing": [ ... ] }