Skip to content

Commit 150f24b

Browse files
committed
Update Git documentation (2.41.0)
1 parent c39956e commit 150f24b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/git.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Git < UrlScraper
33
self.type = 'git'
4-
self.release = '2.40.0'
4+
self.release = '2.41.0'
55
self.base_url = 'https://git-scm.com/docs'
66
self.initial_paths = %w(/git.html)
77
self.links = {
@@ -16,7 +16,7 @@ class Git < UrlScraper
1616
options[:skip] = %w(/howto-index.html)
1717

1818
options[:attribution] = <<-HTML
19-
&copy; 2012&ndash;2022 Scott Chacon and others<br>
19+
&copy; 2012&ndash;2023 Scott Chacon and others<br>
2020
Licensed under the MIT License.
2121
HTML
2222

0 commit comments

Comments
 (0)