I'll do the version thing last

This commit is contained in:
That_One_Nerd 2023-03-16 13:28:21 -04:00 committed by GitHub
parent abc4da1ef8
commit c103a5242a
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.1.1";
public const string Version = "Alpha 0.1.0";
public readonly string? ShellDirectory;