]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix leftover reference to v4.0.0-alpha.6
authorEd Morley <501702+edmorley@users.noreply.github.com>
Sat, 3 Mar 2018 01:36:31 +0000 (01:36 +0000)
committerJohann-S <johann.servoire@gmail.com>
Sat, 3 Mar 2018 20:07:35 +0000 (21:07 +0100)
Running `./build/change-version.js v4.0.0-alpha.6 v4.0.0` fixed this,
so the version change script works fine. I'm presuming instead this
change was just omitted from 35f80bb12e4e, and then wouldn't have
been caught by subsequent runs of `change-version`, since it only
ever replaces the exact old version string specified.

js/src/index.js

index db504319c067a2bde3227b9753709a02f66dd2e5..d29d1654df4e6e0933f3ea956034be47fc65f5f0 100644 (file)
@@ -13,7 +13,7 @@ import Util from './util'
 
 /**
  * --------------------------------------------------------------------------
- * Bootstrap (v4.0.0-alpha.6): index.js
+ * Bootstrap (v4.0.0): index.js
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  * --------------------------------------------------------------------------
  */