We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7d80f commit 24d1dddCopy full SHA for 24d1ddd
CritLang/Program.cs
@@ -2,7 +2,7 @@
2
using CritLang;
3
using CritLang.Content;
4
5
-const string VERSION = "v0.1.8-beta";
+const string VERSION = "v0.1.9-beta";
6
7
string fileName = CommandLineArgs.Parse(args, VERSION);
8
0 commit comments