Revision 7ccdd413d9059057d594423012fea3152a5c1e99 authored by Iddan Aaronsohn on 13 November 2019, 16:36:35 UTC, committed by Denys Smirnov on 15 December 2019, 13:54:20 UTC
1 parent 35faa61
Raw File
version.go
package version

// Populated by goreleaser.
var (
	Version   = "v0.8.x-dev"
	GitHash   = "dev snapshot"
	BuildDate string
)
back to top