diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-09-04 16:31:29 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-09-04 16:31:29 -0600 |
| commit | 3444a415bfe79f4c04b2753fcaeb2fa60bf30515 (patch) | |
| tree | 49a5c029d4515e6732fc742f0dc7e331577e24f2 | |
| parent | b808619d7b5ac98a7629a21c81a107703968a418 (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 48475589..8cd336ef 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.6.1, 2021-09-04 // Settings: :experimental: :idprefix: diff --git a/lib/asciidoctor/pdf/version.rb b/lib/asciidoctor/pdf/version.rb index 3e269bee..6c19dae4 100644 --- a/lib/asciidoctor/pdf/version.rb +++ b/lib/asciidoctor/pdf/version.rb @@ -2,7 +2,7 @@ module Asciidoctor module PDF - VERSION = '1.6.1' + VERSION = '1.6.2.dev' end Pdf = PDF unless const_defined? :Pdf, false end |
