Advance version number for new implementation.
This commit is contained in:
@ -8,7 +8,7 @@ import org.apache.commons.codec.digest.DigestUtils
|
||||
|
||||
public class TreeDiff {
|
||||
|
||||
public static final String VERSION = "1.3"
|
||||
public static final String VERSION = "1.4.0"
|
||||
|
||||
private ObjectMapper objectMapper = new ObjectMapper()
|
||||
private PrintStream stdout
|
||||
|
@ -190,7 +190,7 @@ Options:
|
||||
|
||||
"""
|
||||
|
||||
let args = docopt(doc, version = "treediff v0.1")
|
||||
let args = docopt(doc, version = "treediff v1.4.0")
|
||||
|
||||
var verbosity = normal
|
||||
if args["--quiet"]: verbosity = quiet
|
||||
|
Reference in New Issue
Block a user