From ca4703075bfbc82a12a6ef09c724724c6caccf03 Mon Sep 17 00:00:00 2001 From: IceDynamix Date: Thu, 22 Aug 2024 03:44:25 +0200 Subject: [PATCH] bump to support lazer schema version 42 (no changes needed) --- CollectionDowngrader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CollectionDowngrader.cs b/CollectionDowngrader.cs index bb3d634..bbdbd7b 100644 --- a/CollectionDowngrader.cs +++ b/CollectionDowngrader.cs @@ -7,7 +7,7 @@ namespace CollectionDowngrader { class CollectionDowngrader { - const int LazerSchemaVersion = 41; + const int LazerSchemaVersion = 42; private static int Main(string[] args) {