From 11ee83773e3e585a0ead845dbcb95d7f1051cc17 Mon Sep 17 00:00:00 2001 From: hyperdefined Date: Mon, 10 Feb 2025 09:43:56 -0500 Subject: [PATCH] fix default config being wrong version --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index d7d1536..aafebc4 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -203,4 +203,4 @@ number-formats: # This has no use currently, but can be used for future features for dupe detection. generate-hash-for-items: false -config-version: 9 \ No newline at end of file +config-version: 10 \ No newline at end of file