lib/docparser/version.rb in docparser-0.2.3 vs lib/docparser/version.rb in docparser-0.3.0

- old
+ new

@@ -1,6 +1,8 @@ +# frozen_string_literal: true + # DocParser # See README.md for information on using DocParser module DocParser # The current version of DocParser - VERSION = '0.2.3' + VERSION = '0.3.0' end