bump to beta4

This commit is contained in:
Jack Pearkes 2018-06-20 18:31:50 -07:00
parent 593b7b4b1e
commit c7f5344076
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ var (
// 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 = "beta3"
VersionPrerelease = "beta4"
)
// GetHumanVersion composes the parts of the version in a way that's suitable