Skip to content

Commit ebd2194

Browse files
Merge pull request #3807 from preactjs/v11-devtools
2 parents 0bd01a8 + 05a078b commit ebd2194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/src/devtools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { options, Fragment, Component } from 'preact';
22

33
export function initDevTools() {
44
if (typeof window != 'undefined' && window.__PREACT_DEVTOOLS__) {
5-
window.__PREACT_DEVTOOLS__.attachPreact('10.5.13', options, {
5+
window.__PREACT_DEVTOOLS__.attachPreact('11.0.0-beta', options, {
66
Fragment,
77
Component
88
});

0 commit comments

Comments
 (0)