lib/asciidoctor/rfc/version.rb in asciidoctor-rfc-0.9.1 vs lib/asciidoctor/rfc/version.rb in asciidoctor-rfc-0.9.2

- old
+ new

@@ -1,5 +1,5 @@ module Asciidoctor module RFC - VERSION = "0.9.1".freeze + VERSION = "0.9.2".freeze end end