From f76fa180565bccaba40c255be39682d8cfd3124f Mon Sep 17 00:00:00 2001 From: Narayanan Iyer Date: Tue, 5 Mar 2024 14:33:34 -0500 Subject: [PATCH] Bump YDBGo wrapper version to odd development version v1.2.5 (now that v1.2.4 is released) * This commit is similar to 58d8db4f. * 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.5 designates develop as the branch to hold all post-v1.2.4 updates. Eventually, these will be folded into a v1.2.6 version at a later point (usually when a new YottaDB release happens which updates `error_codes.go`). --- yottadb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yottadb.go b/yottadb.go index e7a6ee1..9cfbc4c 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.4" +const WrapperRelease string = "v1.2.5" // MinimumYDBReleaseMajor - (int) Minimum major release number required by this wrapper of the linked YottaDB const MinimumYDBReleaseMajor int = 1