aboutsummaryrefslogtreecommitdiff
path: root/js/src
diff options
context:
space:
mode:
authorEd Morley <[email protected]>2018-03-03 01:36:31 +0000
committerJohann-S <[email protected]>2018-03-03 21:07:35 +0100
commitb33316dba3ce7ab8dc2c99d4ba17c700c3f4da74 (patch)
treebd6786233dd18478a74f28285fe1312f60253969 /js/src
parent6431d746bccab270812a841be44f5e7829f7f367 (diff)
downloadbootstrap-b33316dba3ce7ab8dc2c99d4ba17c700c3f4da74.tar.xz
bootstrap-b33316dba3ce7ab8dc2c99d4ba17c700c3f4da74.zip
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 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.
Diffstat (limited to 'js/src')
-rw-r--r--js/src/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/index.js b/js/src/index.js
index db504319c..d29d1654d 100644
--- a/js/src/index.js
+++ b/js/src/index.js
@@ -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)
* --------------------------------------------------------------------------
*/