You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2022/02/17 14:21:11 UTC

[lucenenet] 02/02: lucene-cli docs: Updated version to 4.8.0-beta00016

This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit 3b69393d4ac00fc4b30fbf2e53e08d23ee07007e
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Thu Feb 17 20:22:33 2022 +0700

    lucene-cli docs: Updated version to 4.8.0-beta00016
---
 src/dotnet/tools/lucene-cli/docs/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dotnet/tools/lucene-cli/docs/index.md b/src/dotnet/tools/lucene-cli/docs/index.md
index 1d6ff89..78a902e 100644
--- a/src/dotnet/tools/lucene-cli/docs/index.md
+++ b/src/dotnet/tools/lucene-cli/docs/index.md
@@ -11,7 +11,7 @@ The Lucene.NET command line interface (CLI) is a new cross-platform toolchain wi
 Perform a one-time install of the lucene-cli tool using the following dotnet CLI command:
 
 ```console
-dotnet tool install lucene-cli -g --version 4.8.0-beta00015
+dotnet tool install lucene-cli -g --version 4.8.0-beta00016
 ```
 
 > [!NOTE]