Skip to content

Commit 1cd805d

Browse files
author
Jenkins CI
committed
Update YB_VOYAGER_VERSION to 1.8.13 and DEBEZIUM_VERSION to 2.5.2-1.8.13
1 parent 5a00891 commit 1cd805d

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 = "0rc1.2.5.2-1.8.13"
37+
const DEBEZIUM_VERSION = "2.5.2-1.8.13"
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 = "0rc1.1.8.13"
20+
YB_VOYAGER_VERSION = "1.8.13"
2121

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

0 commit comments

Comments
 (0)