From 9ce5b27fb7ce8891167f213787a7649cb6ac6a80 Mon Sep 17 00:00:00 2001 From: viivek46 <39732335+viivek46@users.noreply.github.com> Date: Wed, 12 Jun 2019 15:19:19 +0530 Subject: [PATCH] Update cassandra sdk version to 0.56.1 (#3093) * SDK bump to 0.56.1 * Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ef91270cfc1..1a39d042741 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ allprojects { // 2. In the GitHub UI, add a Release entry against the tag created in step 1. List any changes in release notes. // 3. Create a PR which bumps this from '0.10.0-SNAPSHOT' to '0.11.0-SNAPSHOT' in master to start the 0.11.0 track. // -- - version = '0.56.1-SNAPSHOT' + version = '0.56.1' sourceCompatibility = '1.8' targetCompatibility = '1.8'