We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06d441 commit 7ae2a6bCopy full SHA for 7ae2a6b
1 file changed
Framework/Assembly.cs
@@ -10,7 +10,7 @@ public static class Assembly
10
private static readonly string _product = "CodeRedLauncher";
11
private static readonly string _copyright = "CodeRedModding 2023";
12
private static readonly string _license = "MIT License";
13
- private static readonly string _version = "1.2.9";
+ private static readonly string _version = "1.3.0";
14
private static readonly bool _termsOfUse = false;
15
private static readonly bool _privatePolicy = false;
16
0 commit comments