From c5b72e6f002a637d542068be88d70936150c8818 Mon Sep 17 00:00:00 2001 From: Rory& <root@rory.gay> Date: Sun, 31 Dec 2023 12:00:40 +0100 Subject: Add auth, start of commit script --- ModAS.Server/Version.cs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ModAS.Server/Version.cs (limited to 'ModAS.Server/Version.cs') diff --git a/ModAS.Server/Version.cs b/ModAS.Server/Version.cs new file mode 100644 index 0000000..19aa81c --- /dev/null +++ b/ModAS.Server/Version.cs @@ -0,0 +1,5 @@ +namespace Modas.Server; +public static class Version +{ + public const string Text = "master@v0+"; +} -- cgit 1.5.1