diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-12-31 05:03:00 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-12-31 05:03:00 -0700 |
| commit | 9571f3566ff94712016f60792633367e9a38e0bc (patch) | |
| tree | d89c0bf408aaa3bd301f8fc6d90d14384f9de086 /lib | |
| parent | 8865b1408efd3e08ee489a4aec25dd7f706541da (diff) | |
Release 1.6.2v1.6.2
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/asciidoctor/pdf/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asciidoctor/pdf/version.rb b/lib/asciidoctor/pdf/version.rb index 6c19dae4..e3dc17cd 100644 --- a/lib/asciidoctor/pdf/version.rb +++ b/lib/asciidoctor/pdf/version.rb @@ -2,7 +2,7 @@ module Asciidoctor module PDF - VERSION = '1.6.2.dev' + VERSION = '1.6.2' end Pdf = PDF unless const_defined? :Pdf, false end |
