diff --git a/yb-voyager/src/dbzm/dbzm.go b/yb-voyager/src/dbzm/dbzm.go index 9e79bcecf..ace17e70d 100644 --- a/yb-voyager/src/dbzm/dbzm.go +++ b/yb-voyager/src/dbzm/dbzm.go @@ -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 diff --git a/yb-voyager/src/utils/version.go b/yb-voyager/src/utils/version.go index e39e7b923..a086aa19c 100644 --- a/yb-voyager/src/utils/version.go +++ b/yb-voyager/src/utils/version.go @@ -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"