Skip to content

Commit

Permalink
Increment version to 1.1.0 for MJS inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed May 15, 2018
1 parent 3197165 commit 4052ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 4052ae1

Please sign in to comment.