update bash to 5.0

pull/977/head
Nick Klauer 6 years ago
parent 8420f66abe
commit cd81a8c97b
No known key found for this signature in database
GPG Key ID: 3894D60D0758E96C

@ -1,7 +1,7 @@
module Docs
class Bash < UrlScraper
self.type = 'bash'
self.release = '4.4'
self.release = '5.0'
self.base_url = 'https://www.gnu.org/software/bash/manual'
self.root_path = '/html_node/index.html'
self.links = {

Loading…
Cancel
Save