diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2014-09-09 02:02:42 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2014-09-09 02:02:42 -0600 |
| commit | c6453e9439eaaa879a35110ed330e2136d757d7a (patch) | |
| tree | b7550e8f220a87d62308c2b67a4bfe5d6ab76a52 | |
| parent | 085a45043163a270142c28aa4379cdd751c1454f (diff) | |
set version to 1.5.0.alpha.4
| -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 507e393c..214d2014 100644 --- a/lib/asciidoctor-pdf/version.rb +++ b/lib/asciidoctor-pdf/version.rb @@ -1,5 +1,5 @@ module Asciidoctor module Pdf - VERSION = '1.5.0.alpha.3' + VERSION = '1.5.0.alpha.4' end end |
