summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-05-09 17:12:49 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-05-09 17:12:49 +0200
commit7af7b9cefd4087f944d0824bb76c2f75d081722b (patch)
tree91e35d552503805e91fa7c87594e47b491ebefce /lib
parent3225740a88aaeeddda4946055e662346e80ac916 (diff)
Release version 0.2.0
Diffstat (limited to 'lib')
-rw-r--r--lib/asciidoctor/interdoc_reftext/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asciidoctor/interdoc_reftext/version.rb b/lib/asciidoctor/interdoc_reftext/version.rb
index f42f4f1..6c56c76 100644
--- a/lib/asciidoctor/interdoc_reftext/version.rb
+++ b/lib/asciidoctor/interdoc_reftext/version.rb
@@ -3,6 +3,6 @@
module Asciidoctor
module InterdocReftext
# Version of the asciidoctor-interdoc-reftext gem.
- VERSION = '0.1.1'.freeze
+ VERSION = '0.2.0'.freeze
end
end