Update cli docs

This commit is contained in:
Mike Farah
2020-01-30 09:58:21 +11:00
parent abda0e38af
commit 720cc8f798
8 changed files with 26 additions and 33 deletions
+2 -2
View File
@@ -11,12 +11,12 @@ var (
GitDescribe string
// Version is main version number that is being run at the moment.
Version = "3.0.0"
Version = "3.0.1"
// VersionPrerelease is a pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = "beta"
VersionPrerelease = ""
)
// ProductName is the name of the product