Skip to content

Commit

Permalink
Bump YDBGo wrapper version to v1.2.4 now that YottaDB r2.00 is released
Browse files Browse the repository at this point in the history
* As mentioned in the commit message of 58d8db4, 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.
  • Loading branch information
nars1 committed Mar 5, 2024
1 parent 3a530f3 commit 62c9b40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yottadb.go
Original file line number Diff line number Diff line change
@@ -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 //
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 62c9b40

Please sign in to comment.