diff --git a/README.md b/README.md index b08c98ef9..fa7da7263 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ USAGE: scc DIRECTORY VERSION: - 1.4.0 + 1.5.0 COMMANDS: help, h Shows a list of commands or help for one command diff --git a/main.go b/main.go index 1ea91184f..d74235ca2 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.4.0" + app.Version = "1.5.0" app.Usage = "Sloc, Cloc and Code. Count lines of code in a directory with complexity estimation." app.UsageText = "scc DIRECTORY"