diff --git a/lib/docs/scrapers/relay.rb b/lib/docs/scrapers/relay.rb
index 12f1df76..7c6026a3 100644
--- a/lib/docs/scrapers/relay.rb
+++ b/lib/docs/scrapers/relay.rb
@@ -1,7 +1,7 @@
module Docs
class Relay < React
self.type = 'react'
- self.version = '0.5'
+ self.version = '0.6'
self.base_url = 'https://facebook.github.io/relay/docs/'
self.root_path = 'getting-started.html'
self.links = {
@@ -14,7 +14,7 @@ module Docs
options[:skip] = %w(videos.html graphql-further-reading.html)
options[:attribution] = <<-HTML
- © 2013–2015 Facebook Inc.
+ © 2013–2016 Facebook Inc.
Licensed under the BSD License.
HTML
end