summary refs log tree commit diff
path: root/ModAS.Server/Version.cs
blob: 19aa81c26bc030f33d33034251fccf9602d5de62 (plain) (blame)
1
2
3
4
5
namespace Modas.Server;
public static class Version
{
    public const string Text = "master@v0+";
}