Katello 3.9RC1 Documentation needs a tweak. Wrong version of foreman-release

Problem:
So documentation is wrong for Katello 3.9 RC1, the release number for foreman-release should be 1.20, not 1.2.

yum -y localinstall http://fedorapeople.org/groups/katello/releases/yum/3.9/katello/el7/x86_64/katello-repos-latest.rpm
yum -y localinstall http://yum.theforeman.org/releases/1.2/el7/x86_64/foreman-release.rpm
yum -y localinstall https://yum.puppetlabs.com/puppetlabs-release-pc1-el-7.noarch.rpm
yum -y localinstall http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum -y install foreman-release-scl python-django

Expected outcome:
yum -y localinstall http://yum.theforeman.org/releases/1.20/el7/x86_64/foreman-release.rpm

https://github.com/theforeman/theforeman.org/pull/1217 has just been merged. That should resolve it.