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 <[email protected]> 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]
