diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-08-30 15:44:09 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-08-30 15:44:09 -0600 |
| commit | 2ed0bc5269f88d0b76c5476612041c2f5e8fc322 (patch) | |
| tree | 8247560c0b95202800e29fcd5799d2c5628ba8b7 | |
| parent | 946339c1fea1d2b1c97158993fddfdc5fb97ab7f (diff) | |
Begin development on next version [skip ci]
| -rw-r--r-- | README.adoc | 1 | ||||
| -rw-r--r-- | lib/asciidoctor-pdf/version.rb | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 48bfa27e..18cc7220 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,5 @@ = Asciidoctor PDF: A native PDF converter for AsciiDoc Dan Allen <https://github.com/mojavelinux[@mojavelinux]>; Sarah White <https://github.com/graphitefriction[@graphitefriction]> -v1.5.0.beta.3, 2019-08-30 // Settings: :experimental: :idprefix: diff --git a/lib/asciidoctor-pdf/version.rb b/lib/asciidoctor-pdf/version.rb index bf753a90..44a8130e 100644 --- a/lib/asciidoctor-pdf/version.rb +++ b/lib/asciidoctor-pdf/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true module Asciidoctor module PDF - VERSION = '1.5.0.beta.3' + VERSION = '1.5.0.beta.4.dev' end Pdf = PDF unless const_defined? :Pdf, false end |
