From ac0d95c3364a307fcbe18487a6191c6deb4eee15 Mon Sep 17 00:00:00 2001 From: Ben Boyter Date: Sun, 1 Jul 2018 11:09:38 +1000 Subject: [PATCH] Release 1.4.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 71559e55f..e681963ef 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ func main() { app := cli.NewApp() app.EnableBashCompletion = true app.Name = "scc" - app.Version = "1.3.0" + app.Version = "1.4.0" app.Usage = "Sloc, Cloc and Code. Count lines of code in a directory with complexity estimation." app.UsageText = "scc DIRECTORY"