From 9ed660a62a072e6825f6ac0916dc54e086fec87e Mon Sep 17 00:00:00 2001 From: pingsutw Date: Tue, 5 Mar 2019 23:16:38 +0800 Subject: [PATCH] HBASE-20756 reference guide examples still contain references to EOM versions --- src/main/asciidoc/_chapters/shell.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/_chapters/shell.adoc b/src/main/asciidoc/_chapters/shell.adoc index cdfa8286ed..2406317975 100644 --- a/src/main/asciidoc/_chapters/shell.adoc +++ b/src/main/asciidoc/_chapters/shell.adoc @@ -26,6 +26,7 @@ :toc: left :icons: font :experimental: +Version: {docVersion} The Apache HBase Shell is link:http://jruby.org[(J)Ruby]'s IRB with some HBase particular commands added. @@ -81,11 +82,11 @@ You can pass commands to the HBase Shell in non-interactive mode (see <