This is an automated email from the ASF dual-hosted git repository. snagel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nutch.git
commit 403ec19135820b207c89305bebcb6ee89d097ef3 Author: Sebastian Nagel <[email protected]> AuthorDate: Wed Jul 19 15:20:04 2017 +0200 Update version number in bin/nutch --- src/bin/nutch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/nutch b/src/bin/nutch index 16d3abb..10e8c29 100755 --- a/src/bin/nutch +++ b/src/bin/nutch @@ -53,7 +53,7 @@ done # if no args specified, show usage if [ $# = 0 ]; then - echo "nutch 1.12" + echo "nutch 1.14-SNAPSHOT" echo "Usage: nutch COMMAND" echo "where COMMAND is one of:" echo " readdb read / dump crawl db" -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
