diff --git a/docopt.nimble b/docopt.nimble index 114a952..f3ff4c9 100644 --- a/docopt.nimble +++ b/docopt.nimble @@ -1,9 +1,9 @@ [Package] name: "docopt" -version: "0.6.1" +version: "0.6.2" author: "Oleh Prypin" description: "Command line option parser that will make you smile" license: "MIT" srcDir: "src" [Deps] -requires: "nim >= 0.10.3" \ No newline at end of file +requires: "nim >= 0.11.3"