Skip to content

Commit a9b49fc

Browse files
kabiiQOokiineko
authored and
Ookiineko
committed
bump to support lazer schema version 41 (no changes needed)
Signed-off-by: Ookiineko <chiisaineko@protonmail.com>
1 parent cebaf41 commit a9b49fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CollectionDowngrader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace CollectionDowngrader
77
{
88
class CollectionDowngrader
99
{
10-
const int LazerSchemaVersion = 40;
10+
const int LazerSchemaVersion = 41;
1111

1212
private static int Main(string[] args)
1313
{

0 commit comments

Comments
 (0)