Skip to content

Commit

Permalink
[BACKPORT 2.16.1][PLAT-7205] Bump-up YBC version to 1.0.0-b14
Browse files Browse the repository at this point in the history
Summary: - Bumped-up the YBC-client and server version to 1.0.0-b14

Test Plan: - No tests

Reviewers: kkg

Reviewed By: kkg

Subscribers: jenkins-bot, yugaware

Differential Revision: https://phabricator.dev.yugabyte.com/D22624
  • Loading branch information
kv83821-yb committed Jan 31, 2023
1 parent efc9ca3 commit 346731e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion managed/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ runPlatform := {
Project.extract(newState).runTask(runPlatformTask, newState)
}

libraryDependencies += "org.yb" % "ybc-client" % "1.0.0-b13"
libraryDependencies += "org.yb" % "ybc-client" % "1.0.0-b14"
libraryDependencies += "org.yb" % "yb-client" % "0.8.33.4-SNAPSHOT"

libraryDependencies ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion managed/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ yb {

ybc {
releases {
stable_version = "1.0.0-b13"
stable_version = "1.0.0-b14"
path = "/opt/yugabyte/ybc/releases"
}
docker {
Expand Down

0 comments on commit 346731e

Please sign in to comment.