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