Skip to content

Commit 65c1e33

Browse files
authored
update bash to 5.0 (#977)
update bash to 5.0 Co-authored-by: Jasper van Merle <[email protected]>
2 parents 7f0feee + b3b286f commit 65c1e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/bash.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Bash < UrlScraper
33
self.type = 'bash'
4-
self.release = '4.4'
4+
self.release = '5.0'
55
self.base_url = 'https://www.gnu.org/software/bash/manual'
66
self.root_path = '/html_node/index.html'
77
self.links = {

0 commit comments

Comments
 (0)