From 20413603e34b8adee0617b49b8886eec6d0cf029 Mon Sep 17 00:00:00 2001 From: That-One-Nerd Date: Sun, 7 May 2023 13:54:25 -0400 Subject: [PATCH] Forgot we're in beta now. --- SrcMod/Shell/Shell.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SrcMod/Shell/Shell.cs b/SrcMod/Shell/Shell.cs index 7fe1d15..bc3aaa7 100644 --- a/SrcMod/Shell/Shell.cs +++ b/SrcMod/Shell/Shell.cs @@ -4,7 +4,7 @@ public class Shell { public const string Author = "That_One_Nerd"; public const string Name = "SrcMod"; - public const string Version = "Alpha 0.4.0"; + public const string Version = "Beta 0.4.0"; public readonly string? ShellDirectory;