lib/asciidoctor/rfc/version.rb in asciidoctor-rfc-0.1.0 vs lib/asciidoctor/rfc/version.rb in asciidoctor-rfc-0.2.0

- old
+ new

@@ -1,5 +1,5 @@ module Asciidoctor - module Rfc - VERSION = "0.1.0".freeze + module RFC + VERSION = "0.2.0".freeze end end