blob: cb073b760d3c005f551d05ca0523572bf244e0a7 [file] [log] [blame]
package config
const (
// Title represents the name of this tool.
Title string = "Koral-Mapper"
// Description represents a short description of this tool.
Description string = "A KoralPipe web service for transforming JSON objects using 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]"