Skip to content

Commit

Permalink
Update YB_VOYAGER_VERSION to 1.7.2-rc1 and DEBEZIUM_VERSION to 2.3.3-…
Browse files Browse the repository at this point in the history
…1.7.2-rc1
  • Loading branch information
Jenkins CI committed Jul 1, 2024
1 parent eea6550 commit 42cccb1
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 @@ -33,7 +33,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 = "2.3.3-1.7.2-rc1"

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 = "main"
YB_VOYAGER_VERSION = "1.7.2-rc1"

// @Refer: https://icinga.com/blog/2022/05/25/embedding-git-commit-information-in-go-binaries/
GIT_COMMIT_HASH = "$Format:%H$"
Expand Down

0 comments on commit 42cccb1

Please sign in to comment.