tootle-linux-client/src/Build.vala

10 lines
300 B
Vala

public class Build {
public const string NAME = "Tootle";
public const string WEBSITE = "https://github.com/bleakgrey/tootle";
public const string DOMAIN = "com.github.bleakgrey.tootle";
public const string RESOURCES = "/com/github/bleakgrey/tootle/";
public const string VERSION = "1.0.0";
}