Skip to content

Commit

Permalink
Switch docs version back
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Oct 23, 2022
1 parent 85e6802 commit 472c64f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: rubocop-rspec
title: RuboCop RSpec
version: '2.14'
version: ~
nav:
- modules/ROOT/nav.adoc
2 changes: 1 addition & 1 deletion tasks/cut_release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ namespace :cut_release do

def update_docs(version)
update_file('docs/antora.yml') do |antora_metadata|
antora_metadata.sub('version: master',
antora_metadata.sub('version: ~',
"version: '#{version_sans_patch(version)}'")
end
end
Expand Down

0 comments on commit 472c64f

Please sign in to comment.