shoebill/internal/build/build.go

12 lines
239 B
Go
Raw Normal View History

2023-07-20 09:26:25 +00:00
package build
/*
* Build time variables, if you don't want to use Makefile for building,
* you still might have a look at to see how they should be configured
*/
var (
Version = "dev-0.0.0"
CommitHash = "n/a"
BuildTime = "n/a"
)