From 9e971ebeaebc00ae48fe8da29eb9ee7fbccbeac7 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 13 Jun 2018 09:26:52 +1000 Subject: [PATCH] Beta version of multiple document support for read, write coming soon --- version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.go b/version.go index 00946a02..82baf9c5 100644 --- a/version.go +++ b/version.go @@ -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