blob: c86721f17b7627cf86faee4c13b3b6746afa5a47 [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]"