diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-02-11 01:59:14 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-02-11 01:59:14 -0700 |
| commit | 87c6aece19eb78b423642ef89160c434f9673818 (patch) | |
| tree | 20f8fd242ba5c975f0c37425932a195daaf87d5c /lib | |
| parent | f14db382810677a3b4e7fc267575737c4ab1ed34 (diff) | |
Release 1.5.0v1.5.0
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 b7b19748..5c9e00fc 100644 --- a/lib/asciidoctor/pdf/version.rb +++ b/lib/asciidoctor/pdf/version.rb @@ -2,7 +2,7 @@ module Asciidoctor module PDF - VERSION = '1.5.0.dev' + VERSION = '1.5.0' end Pdf = PDF unless const_defined? :Pdf, false end |
