GameInfo.cs
namespace NoChillquarium;

/// <summary>Ship identity — bump for each public release.</summary>
public static class GameInfo
{
	public const string Title = "NO-CHILLquarium";
	public const string Version = "0.3.15";
	public const string VersionLabel = "v0.3.15";
	public const string Tagline = "Suspended. Please Grandma. Grow horrors. Flush if bored.";
	public const string ShortBlurb = "Trailer-lot aquarium · dry Grandma love · Brad · Adventure flush · three endings";
}