2446892a69
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
7 lines
185 B
Go
7 lines
185 B
Go
package version
|
|
|
|
// VERSION indicates which version of the binary is running.
|
|
var VERSION string
|
|
|
|
// GITCOMMIT indicates which git hash the binary was built off of
|
|
var GITCOMMIT string
|