blob: 3cc61c9681fd622eadf3a7a7fe600ae2e2c57731 [file] [log] [blame]
package config
const (
// Title represents the name of this tool.
Title string = "KoralPipe-TermMapper"
// Description represents a short description of this tool.
Description string = "A KoralPipe web service for transforming JSON objects using term mapping rules."
)
// Version represents the SemVer of the server.
var Version = "[unset]"
// Buildtime represents the timestamp of the build.
var Buildtime = "[unset]"
// Buildhash represents a unique hash of the build.
var Buildhash = "[unset]"