diff --git a/docs/4.0/getting-started/download.md b/docs/4.0/getting-started/download.md
index 3837d296a5044ab024f30316b9b736f66168e9e0..0edee619b0194929f389d055bba3955209f2f907 100644
--- a/docs/4.0/getting-started/download.md
+++ b/docs/4.0/getting-started/download.md
@@ -68,13 +68,13 @@ Bootstrap's `package.json` contains some additional metadata under the following
 Install Bootstrap in your Ruby apps using [Bundler](https://bundler.io/) (**recommended**) and [RubyGems](https://rubygems.org/) by adding the following line to your [`Gemfile`](https://bundler.io/gemfile.html):
 
 {% highlight ruby %}
-gem 'bootstrap', '~> 4.0.0.alpha6'
+gem 'bootstrap', '~> 4.0.0.beta'
 {% endhighlight %}
 
 Alternatively, if you're not using Bundler, you can install the gem by running this command:
 
 {% highlight bash %}
-gem install bootstrap -v 4.0.0.alpha6
+gem install bootstrap -v 4.0.0.beta
 {% endhighlight %}
 
 [See the gem's README](https://github.com/twbs/bootstrap-rubygem/blob/master/README.md) for further details.
diff --git a/index.html b/index.html
index 58a2131eaf61abf1245c9a17026eddd30f169770..f9afb1a8507aafd26b1cf01c40f3e0b642a1b2fc 100644
--- a/index.html
+++ b/index.html
@@ -43,7 +43,7 @@ npm install bootstrap@{{ site.current_version }}
 {% endhighlight %}
 
 {% highlight sh %}
-gem install bootstrap -v 4.0.0.alpha6
+gem install bootstrap -v 4.0.0.beta
 {% endhighlight %}
 
 {% highlight sh %}