From 4052ae1f1234281971bf9a35dc8c83f7f545693c Mon Sep 17 00:00:00 2001 From: Ben Boyter Date: Wed, 16 May 2018 08:08:13 +1000 Subject: [PATCH] Increment version to 1.1.0 for MJS inclusion --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 18ef1a124..13759103b 100644 --- a/main.go +++ b/main.go @@ -20,7 +20,7 @@ func main() { app := cli.NewApp() app.EnableBashCompletion = true app.Name = "scc" - app.Version = "1.0.0" + app.Version = "1.1.0" app.Usage = "Sloc, Cloc and Code. Count lines of code in a directory with complexity estimation." app.UsageText = "scc DIRECTORY"