2025-02-17 22:12:35 -05:00

8 lines
124 B
C#

namespace QuestShare.Common
{
public class Constants
{
public static readonly string Version = "1";
}
}