mirror of
https://github.com/docker/docs.git
synced 2026-03-31 00:08:55 +07:00
8 lines
197 B
Go
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
|