diff --git a/lib/docs/scrapers/pug.rb b/lib/docs/scrapers/pug.rb index 316d6e04..76949529 100644 --- a/lib/docs/scrapers/pug.rb +++ b/lib/docs/scrapers/pug.rb @@ -3,7 +3,7 @@ module Docs self.type = 'pug' self.base_url = 'https://pugjs.org/' self.root_path = 'api/getting-started.html' - self.release = '2.0.1' + self.release = '2.0.3' self.links = { home: 'https://pugjs.org/', code: 'https://github.com/pugjs/pug'