Skip to content

Commit 15872cf

Browse files
committed
Update Pug documentation (2.0.0-rc.4)
1 parent 967a5d6 commit 15872cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/pug.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class Pug < UrlScraper
33
self.type = 'pug'
44
self.base_url = 'https://pugjs.org/'
55
self.root_path = 'api/getting-started.html'
6-
self.release = '2.0.0-rc.2'
6+
self.release = '2.0.0-rc.4'
77
self.links = {
88
home: 'https://pugjs.org/',
99
code: 'https://github.com/pugjs/pug'

0 commit comments

Comments
 (0)