From 1b1fbe096a6e48538ad404dfd1a3329c5ea60075 Mon Sep 17 00:00:00 2001 From: Emik03 Date: Mon, 27 Sep 2021 22:46:45 +0200 Subject: [PATCH] Version bump --- Source/Assembly.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Assembly.cs b/Source/Assembly.cs index 7875544..6a88d41 100644 --- a/Source/Assembly.cs +++ b/Source/Assembly.cs @@ -2,5 +2,5 @@ using System.Reflection; [assembly: AssemblyDescription("KeepCoding is a C# class library by Emik (https://github.com/Emik03) meant to help speed up the process of scripting Keep Talking and Nobody Explodes modules by giving better alternatives to common commands, and automating things universal to module-creation. (such as moduleIds, or logging)")] -[assembly: AssemblyVersion("11.0.1")] +[assembly: AssemblyVersion("12")] [assembly: CLSCompliant(true)]