diff --git a/yb-voyager/src/dbzm/dbzm.go b/yb-voyager/src/dbzm/dbzm.go index bbc6380d6..1763ee5a6 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 = "2.2.0-1.3.0" +const DEBEZIUM_VERSION = "0rc1.2.5.2-1.8.8" type Debezium struct { *Config diff --git a/yb-voyager/src/utils/version.go b/yb-voyager/src/utils/version.go index d751133c1..99f63d4d2 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 = "main" + YB_VOYAGER_VERSION = "0rc1.1.8.8" // This constant must be updated after every breaking change. PREVIOUS_BREAKING_CHANGE_VERSION = "1.8.5"