binctr/version/version.go
Jess Frazelle 2446892a69 update go generated project files
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-03-19 21:52:49 -04:00

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