Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r authored Jul 26, 2018
1 parent dbdbfe3 commit 84c0cbe
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 @@ -52,7 +52,7 @@ val workingDir = File(Paths.get("").toAbsolutePath().toString())
assert(userHome.exists()) { "Unable to determine the user home folder, aborting..." }

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

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

0 comments on commit 84c0cbe

Please sign in to comment.