summaryrefslogtreecommitdiff
path: root/lib/asciidoctor-epub3/version.rb
blob: c19ebd2cf55bdd22e58b9eae3efc038128be3ffd (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

module Asciidoctor
  module Epub3
    VERSION = '2.0.2.dev'
  end
end