From ab04e9bc12099fb2a83d51a9a48bf60d7e9e3dfc Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 19 Oct 2017 10:37:26 -0700 Subject: [PATCH] version number for homepage --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 29559c0e67..0410b1839b 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@ npm install bootstrap@{{ site.current_version }} {% endhighlight %} {% highlight sh %} -gem install bootstrap -v 4.0.0.beta +gem install bootstrap -v {{ site.current_version }} {% endhighlight %}