diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-04-24 02:36:35 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-24 02:36:35 -0600 |
| commit | 95e7a2f2dbe7635367bcd0cbbae46a6347b45f40 (patch) | |
| tree | 4b4acbc1d947a71ae8e6a3e87dde05859a899001 /lib | |
| parent | fbb10b12c446b3e4bbdeef239c5e148f029de5ce (diff) | |
resolves #2065 set up fully automated release (PR #2069) [no ci]
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 ead6335c..f34b0a6f 100644 --- a/lib/asciidoctor/pdf/version.rb +++ b/lib/asciidoctor/pdf/version.rb @@ -2,6 +2,6 @@ module Asciidoctor module PDF - VERSION = '2.0.0.dev' + VERSION = '2.0.0-dev' end end |
