summaryrefslogtreecommitdiff
path: root/sys-auth/docker_auth/files/version.go
blob: 9c014db7f1f24038cb9de70332250fd9f64f5d6f (plain)
1
2
3
4
5
6
package main

const (
	Version = "{version}"
	BuildId = "{build_id}"
)