You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by sn...@apache.org on 2017/07/19 13:20:50 UTC

[nutch] 03/03: Update version number in bin/nutch

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 <sn...@apache.org>
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
"commits@nutch.apache.org" <co...@nutch.apache.org>.