From 1efc054c6da0ab4f465ef3be944fd10b655d50ac Mon Sep 17 00:00:00 2001 From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> Date: Fri, 30 Aug 2024 00:05:16 +0200 Subject: [PATCH] Version up to r11 --- src/Common/Metadata.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Common/Metadata.cs b/src/Common/Metadata.cs index 1948a51..c266300 100644 --- a/src/Common/Metadata.cs +++ b/src/Common/Metadata.cs @@ -2,6 +2,6 @@ { internal static class Metadata { - public const string Version = "10.0"; + public const string Version = "11.0"; } }