Update src/Shared/Utils/Configuration/ConfigFile.cs

Co-authored-by: akatatsu27 <43857160+akatatsu27@users.noreply.github.com>
This commit is contained in:
SwetyCore 2022-11-29 19:51:40 +08:00 committed by GitHub
parent d61ec42171
commit 03c90c9b8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ namespace Weedwacker.Shared.Utils.Configuration
{
public StructureJson structure = new();
public Language language = new();
public int version = 2;
public string version = "1.1";
public abstract class DatabaseJson
{