We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b0cca commit e4af929Copy full SHA for e4af929
1 file changed
lib/docs/scrapers/koa.rb
@@ -3,7 +3,7 @@
3
module Docs
4
class Koa < Github
5
self.base_url = 'https://github.com/koajs/koa/tree/master/docs'
6
- self.release = '2.14.2'
+ self.release = '2.15.0'
7
8
self.root_path = 'api/index.md'
9
self.initial_paths = %w[
0 commit comments