Skip to content

Commit c5b884f

Browse files
author
Jenkins CI
committed
Update YB_VOYAGER_VERSION to 0rc1.1.8.12 and DEBEZIUM_VERSION to 0rc1.2.5.2-1.8.12
1 parent fb10bbd commit c5b884f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

yb-voyager/src/dbzm/dbzm.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import (
3434
var DEBEZIUM_DIST_DIR, DEBEZIUM_CONF_FILEPATH string
3535

3636
// These versions need to be changed at the time of a release
37-
const DEBEZIUM_VERSION = "2.2.0-1.3.0"
37+
const DEBEZIUM_VERSION = "0rc1.2.5.2-1.8.12"
3838

3939
type Debezium struct {
4040
*Config

yb-voyager/src/utils/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package utils
1717

1818
const (
1919
// This constant must be updated on every release.
20-
YB_VOYAGER_VERSION = "main"
20+
YB_VOYAGER_VERSION = "0rc1.1.8.12"
2121

2222
// This constant must be updated after every breaking change.
2323
PREVIOUS_BREAKING_CHANGE_VERSION = "1.8.5"

0 commit comments

Comments
 (0)