lib/docparser/version.rb in docparser-0.1.6 vs lib/docparser/version.rb in docparser-0.2.0
- old
+ new
@@ -1,6 +1,6 @@
# DocParser
# See README.md for information on using DocParser
module DocParser
# The current version of DocParser
- VERSION = '0.1.6'
+ VERSION = '0.2.0'
end