Files

6 lines
162 B
Go

// Package version holds the build version string.
package version
// String is the emcli version. Overridden at release via -ldflags.
var String = "v0.1.0-dev"