Advance version number for new implementation.

This commit is contained in:
Jonathan Bernard 2016-01-26 00:34:19 -06:00
parent 9728055c45
commit 2277dd0828
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ apply plugin: "application"
apply plugin: "maven"
group = "com.jdblabs"
version = "1.3"
version = "1.4.0"
mainClassName = "com.jdblabs.file.treediff.TreeDiff"
repositories {

View File

@ -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

View File

@ -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