Beta version of multiple document support for read, write coming soon

This commit is contained in:
Mike Farah 2018-06-13 09:26:52 +10:00
parent f340db5795
commit 9e971ebeae

View File

@ -11,12 +11,12 @@ var (
GitDescribe string
// Version is main version number that is being run at the moment.
Version = "1.15.0"
Version = "1.16.0"
// 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 = ""
VersionPrerelease = "beta"
)
// ProductName is the name of the product