From d7ac6fb32c912e7352cec1684f7a492f3703196e Mon Sep 17 00:00:00 2001 From: Priyanshi Gupta Date: Thu, 30 Nov 2023 18:09:57 +0530 Subject: [PATCH] Changed version to 1.6.0 (#1231) --- yb-voyager/src/dbzm/dbzm.go | 2 +- yb-voyager/src/utils/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yb-voyager/src/dbzm/dbzm.go b/yb-voyager/src/dbzm/dbzm.go index c5c9e88fb..44d28f770 100644 --- a/yb-voyager/src/dbzm/dbzm.go +++ b/yb-voyager/src/dbzm/dbzm.go @@ -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.6.0-rc2" +const DEBEZIUM_VERSION = "2.2.0-1.6.0" type Debezium struct { *Config diff --git a/yb-voyager/src/utils/version.go b/yb-voyager/src/utils/version.go index 3c61318a0..0feb5a963 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 = "1.6.0-rc2" + YB_VOYAGER_VERSION = "1.6.0" // @Refer: https://icinga.com/blog/2022/05/25/embedding-git-commit-information-in-go-binaries/ GIT_COMMIT_HASH = "$Format:%H$"