namespace UltimateWater.Utils { public class Versioning { public static string Name => "2.1.0"; public static int Number => 210; } }