Skip to content

Commit

Permalink
Bump YDBGo wrapper version to odd development version v1.2.5 (now tha…
Browse files Browse the repository at this point in the history
…t v1.2.4 is released)

* This commit is similar to 58d8db4.

* 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`).
  • Loading branch information
nars1 committed Mar 5, 2024
1 parent 62c9b40 commit f76fa18
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.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
Expand Down

0 comments on commit f76fa18

Please sign in to comment.