Skip to content

Commit 794c47d

Browse files
authored
Merge pull request #37 from saltedcoffii/patch-1
FIx lib/docopt.rb: Correct version to 0.6.1
2 parents 504f310 + 35d6173 commit 794c47d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docopt.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Docopt
2-
VERSION = '0.6.0'
2+
VERSION = '0.6.1'
33
end
44
module Docopt
55
class DocoptLanguageError < SyntaxError

0 commit comments

Comments
 (0)