Skip to content

Commit f021bbb

Browse files
mathiasbynensCommit Bot
authored and
Commit Bot
committed
Bump settings version
A Lighthouse CL [1] added `_updateVersionFrom28To29` logic but didn’t update the version number from `28` to `29` along the way. This patch fixes that to unblock additional update logic which depends on versioning. [1]: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2056866 Bug: chromium:1052111, chromium:1051186, chromium:1051822, chromium:1057096 Change-Id: Ie8512ecd755aa533287c78c8f3c0449e8f8a9b48 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2115635 Auto-Submit: Mathias Bynens <[email protected]> Reviewed-by: Connor Clark <[email protected]> Commit-Queue: Mathias Bynens <[email protected]>
1 parent c01b1d9 commit f021bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front_end/common/Settings.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ export class VersionController {
514514
}
515515

516516
static get currentVersion() {
517-
return 28;
517+
return 29;
518518
}
519519

520520
updateVersion() {

0 commit comments

Comments
 (0)