Skip to content

Commit

Permalink
Bump version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Jun 6, 2018
1 parent 9501da2 commit 22bd4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deep-clean.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val gradleHome = locateGradleHome()
assert(userHome.exists(), { "Unable to determine the user home folder, aborting..." })

val parsedArgs: CommandLineArguments = Docopt(usage)
.withVersion("deep-clean 1.1.0")
.withVersion("deep-clean 1.1.1")
.parse(args.toList())

val nukeItFromOrbit: Boolean = parsedArgs.isFlagSet("--nuke", "-n")
Expand Down

0 comments on commit 22bd4fb

Please sign in to comment.