6 lines
75 B
Go
6 lines
75 B
Go
//nolint
|
|
package version
|
|
|
|
// GitCommit set by build flags
|
|
var Version = ""
|