From 62c9b4056e6a89e6fe56fab436254529412c4ed1 Mon Sep 17 00:00:00 2001 From: Narayanan Iyer Date: Tue, 5 Mar 2024 13:43:17 -0500 Subject: [PATCH] Bump YDBGo wrapper version to v1.2.4 now that YottaDB r2.00 is released * As mentioned in the commit message of 58d8db4f, we bump the wrapper version to an even number before merging the current develop branch (which holds all post-v1.2.2 updates) into master. --- yottadb.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yottadb.go b/yottadb.go index f3a5dbd..e7a6ee1 100644 --- a/yottadb.go +++ b/yottadb.go @@ -1,6 +1,6 @@ ////////////////////////////////////////////////////////////////// // // -// Copyright (c) 2018-2023 YottaDB LLC and/or its subsidiaries. // +// Copyright (c) 2018-2024 YottaDB LLC and/or its subsidiaries. // // All rights reserved. // // // // This source code contains the intellectual property // @@ -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.3" +const WrapperRelease string = "v1.2.4" // MinimumYDBReleaseMajor - (int) Minimum major release number required by this wrapper of the linked YottaDB const MinimumYDBReleaseMajor int = 1