Fixed output of nim version: should print file totals before scanning.

This commit is contained in:
Jonathan Bernard
2016-02-10 07:28:42 -06:00
parent 6cc4bf390f
commit e49bd4e9c9
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ apply plugin: "application"
apply plugin: "maven"
group = "com.jdblabs"
version = "1.4.2"
version = "1.4.3"
mainClassName = "com.jdblabs.file.treediff.TreeDiff"
repositories {