diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-10-20 20:31:02 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-10-20 20:31:37 -0600 |
| commit | f5c48dba489127bd285e5237d29fd188da54b95e (patch) | |
| tree | ec419956897ff771b7bc10d1a435ee19006eeece /lib | |
| parent | 2e8373881aff8953e659f197703e4403e926e9b1 (diff) | |
remove gem version patch script and update release script
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 982df1bf..8367de21 100644 --- a/lib/asciidoctor/pdf/version.rb +++ b/lib/asciidoctor/pdf/version.rb @@ -2,6 +2,6 @@ module Asciidoctor module PDF - VERSION = '3.0.0-alpha.0' + VERSION = '3.0.0.alpha.0' end end |
