We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36c606 commit 43c390eCopy full SHA for 43c390e
ChaosMod/Info.h
@@ -1,3 +1,3 @@
1
#pragma once
2
3
-#define MOD_VERSION "2.1.1"
+#define MOD_VERSION "2.1.2"
ConfigApp/Info.cs
@@ -2,7 +2,7 @@
{
public static class Info
4
5
- public const string VERSION = "2.1.1";
+ public const string VERSION = "2.1.2";
6
7
public const string WORKSHOP_DEFAULT_URL = "https://chaos.gopong.dev";
8
}
0 commit comments