package main import ( "git.fjla.uk/owlboard/mq-client/helpers" ) func main() { helpers.Out("Initialised OwlBoard MQ Client " + helpers.Version, 0) }