From 32aa05d464f88e2e8a3c846fee4a0daa726a5b60 Mon Sep 17 00:00:00 2001 From: kabii Date: Fri, 9 Jun 2023 14:01:48 -0500 Subject: [PATCH] bump to schema version 28 (no changes needed) --- CollectionDowngrader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CollectionDowngrader.cs b/CollectionDowngrader.cs index 2a25144..993f630 100644 --- a/CollectionDowngrader.cs +++ b/CollectionDowngrader.cs @@ -6,7 +6,7 @@ namespace CollectionDowngrader { class CollectionDowngrader { - const int LazerSchemaVersion = 27; + const int LazerSchemaVersion = 28; private static int Main(string[] args) {