v1.1.0: better docs, examples, and options

This commit is contained in:
AJ ONeal 2019-06-21 00:02:09 -06:00
parent 9f05e2304c
commit 84130f846a
1 changed files with 9 additions and 0 deletions

9
version.go Normal file
View File

@ -0,0 +1,9 @@
package main
// use recently generated version info as a fallback
// for when git isn't present (i.e. go run <url>)
func init() {
GitRev = "9f05e2304ccd40ac8a6b6bdba176942b475e272f"
GitVersion = "v1.1.0"
GitTimestamp = "2019-06-21T00:01:09-06:00"
}