diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-04-23 23:53:20 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-04-24 02:04:04 -0600 |
| commit | 3cd16990911f4574da2029ec6d464b92b9e97425 (patch) | |
| tree | 6a301d2fd29c4ecc6de1c5f573a1ae885dcac5db | |
| parent | a22ff5d28334839b318be59d3346bd30a314de3c (diff) | |
fix release-version attribute in docs descriptor
| -rw-r--r-- | docs/antora.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/antora.yml b/docs/antora.yml index 23b14be5..e4b737f1 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -6,7 +6,7 @@ asciidoc: attributes: xrefstyle: short@ listing-caption: Example@ - release-version: '2.0.17' + release-version: '2.0.18' ruby-description: 'ruby 3.1.2p20 [x86_64-linux]' ruby-version: '3.1' url-api-gems: https://www.rubydoc.info/gems |
