From 58d8db4f7c0dd327156177c79dbd8aa8524a7fa2 Mon Sep 17 00:00:00 2001 From: Steven Estes Date: Thu, 29 Dec 2022 15:38:15 -0500 Subject: [PATCH] Update Go wrapper version to odd development version v1.2.3 Note although it is documented in yottadb.go, we haven't really used the odd point release for development numbering mechanism. This update to v1.2.3 designates develop as the branch to hold all post-v1.2.2 updates. Eventually, these will be folded into a v1.2.4 version. --- yottadb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yottadb.go b/yottadb.go index 1a44467..31c8a39 100644 --- a/yottadb.go +++ b/yottadb.go @@ -68,7 +68,7 @@ var MaximumSigAckWait time.Duration = DefaultMaximumSigAckWait // on new content, either the third piece of the version will be bumped to an even value or the second piece of the // version will be bumped by 1 and the third piece of the version set to 0. On rare occasions, we may bump the first // piece of the version and zero the others when the changes are significant. -const WrapperRelease string = "v1.2.2" +const WrapperRelease string = "v1.2.3" // MinimumYDBReleaseMajor - (int) Minimum major release number required by this wrapper of the linked YottaDB const MinimumYDBReleaseMajor int = 1