Skip to content

Commit

Permalink
Update Go wrapper version to odd development version v1.2.3
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
estess committed Dec 29, 2022
1 parent a9539d2 commit 58d8db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yottadb.go
Original file line number Diff line number Diff line change
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.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
Expand Down

0 comments on commit 58d8db4

Please sign in to comment.