From a1424aa26eab40d0800662b3d8dad0bb4319f883 Mon Sep 17 00:00:00 2001 From: Andrew Tolbert <andrew.tolbert@datastax.com> Date: Tue, 14 Jun 2016 21:10:11 -0500 Subject: [PATCH] Update README to point to alpha5. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b814276..fb0c8f6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A toolkit for parsing, creating and doing other fun stuff with Cassandra 3.x SST Pre compiled binary available from bintray: -* [sstable-tools-3.0.0-alpha4.jar](https://bintray.com/artifact/download/tolbertam/sstable-tools/sstable-tools-3.0.0-alpha4.jar) - Currently tested with 3.0, 3.1, 3.1.1, 3.2.1, 3.3, 3.4. +* [sstable-tools-3.0.0-alpha5.jar](https://bintray.com/artifact/download/tolbertam/sstable-tools/sstable-tools-3.0.0-alpha5.jar) - Currently tested with 3.0, 3.1, 3.1.1, 3.2.1, 3.3, 3.4. **Note:** This tool formerly included a `tojson` command which dumped SSTable contents to JSON. This functionality has since been merged into Cassandra starting with versions 3.0.4 and 3.4 as the `sstabledump` command.