Files
docker-docs/version/version.go
Ying Li d77d8f1ce8 Lint fix
Signed-off-by: Ying Li <ying.li@docker.com>
2015-10-19 11:52:43 -07:00

8 lines
197 B
Go

package version
// NotaryVersion indicates which version of the binary is running.
var NotaryVersion string
// GitCommit indicates which git hash the binary was built off of
var GitCommit string