diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index ebadb1b3..4ebe7efa 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -293,7 +293,7 @@ credits = [
'https://raw.githubusercontent.com/airbnb/enzyme/master/LICENSE.md'
], [
'Erlang',
- '2010-2021 Ericsson AB',
+ '2010-2022 Ericsson AB',
'Apache',
'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt'
], [
diff --git a/lib/docs/scrapers/erlang.rb b/lib/docs/scrapers/erlang.rb
index b0e7231b..ee188d5a 100644
--- a/lib/docs/scrapers/erlang.rb
+++ b/lib/docs/scrapers/erlang.rb
@@ -36,10 +36,14 @@ module Docs
]
options[:attribution] = <<-HTML
- © 2010–2021 Ericsson AB
+ © 2010–2022 Ericsson AB
Licensed under the Apache License, Version 2.0.
HTML
+ version '25' do
+ self.release = '25.0'
+ end
+
version '24' do
self.release = '24.0'
end