Skip to content

Commit 68cf0a8

Browse files
committed
Update Git documentation (2.43.1)
1 parent 4b03e0c commit 68cf0a8

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.42.0'
4+
self.release = '2.43.1'
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;2023 Scott Chacon and others<br>
19+
&copy; 2012&ndash;2024 Scott Chacon and others<br>
2020
Licensed under the MIT License.
2121
HTML
2222

0 commit comments

Comments
 (0)