Changed version to 0.4.0

This commit is contained in:
That_One_Nerd 2023-04-25 17:42:02 -04:00 committed by GitHub
parent 2f8565529f
commit a0c50c4cab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.3.3";
public const string Version = "Alpha 0.4.0";
public readonly string? ShellDirectory;