Skip to content

Commit b33316d

Browse files
edmorleyJohann-S
authored andcommitted
Fix leftover reference to v4.0.0-alpha.6
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 35f80bb, and then wouldn't have been caught by subsequent runs of `change-version`, since it only ever replaces the exact old version string specified.
1 parent 6431d74 commit b33316d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Util from './util'
1313

1414
/**
1515
* --------------------------------------------------------------------------
16-
* Bootstrap (v4.0.0-alpha.6): index.js
16+
* Bootstrap (v4.0.0): index.js
1717
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
1818
* --------------------------------------------------------------------------
1919
*/

0 commit comments

Comments
 (0)