From 0367bd0ad45303dd811e3d31674914161d12af63 Mon Sep 17 00:00:00 2001
From: Kevin Risden <risdenk@users.noreply.github.com>
Date: Mon, 12 Dec 2016 16:02:33 -0600
Subject: [PATCH] Updated README.md for release of YCSB 0.12.0 (#883)

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index b3c2642e..83500f04 100644
--- a/README.md
+++ b/README.md
@@ -32,9 +32,9 @@ Getting Started
 1. Download the [latest release of YCSB](https://github.com/brianfrankcooper/YCSB/releases/latest):
 
     ```sh
-    curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.11.0/ycsb-0.11.0.tar.gz
-    tar xfvz ycsb-0.11.0.tar.gz
-    cd ycsb-0.11.0
+    curl -O --location https://github.com/brianfrankcooper/YCSB/releases/download/0.12.0/ycsb-0.12.0.tar.gz
+    tar xfvz ycsb-0.12.0.tar.gz
+    cd ycsb-0.12.0
     ```
     
 2. Set up a database to benchmark. There is a README file under each binding 
-- 
GitLab