Skip to content

Commit

Permalink
Update YB_VOYAGER_VERSION to 0rc2.1.8.6 and DEBEZIUM_VERSION to 0rc2.…
Browse files Browse the repository at this point in the history
…2.5.2-1.8.6
  • Loading branch information
Jenkins CI committed Jan 13, 2025
1 parent a67a9cd commit 6b85af8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yb-voyager/src/dbzm/dbzm.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import (
var DEBEZIUM_DIST_DIR, DEBEZIUM_CONF_FILEPATH string

// These versions need to be changed at the time of a release
const DEBEZIUM_VERSION = "0rc1.2.5.2-1.8.9"
const DEBEZIUM_VERSION = "0rc2.2.5.2-1.8.6"

type Debezium struct {
*Config
Expand Down
2 changes: 1 addition & 1 deletion yb-voyager/src/utils/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ package utils

const (
// This constant must be updated on every release.
YB_VOYAGER_VERSION = "0rc1.1.8.9"
YB_VOYAGER_VERSION = "0rc2.1.8.6"

// This constant must be updated after every breaking change.
PREVIOUS_BREAKING_CHANGE_VERSION = "1.8.5"
Expand Down

0 comments on commit 6b85af8

Please sign in to comment.