Skip to content

Commit c15aa60

Browse files
committed
Update the devtools version string to 17.0.2
1 parent b220637 commit c15aa60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fiber/src/web/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function createPortal(
186186
reconciler.injectIntoDevTools({
187187
bundleType: process.env.NODE_ENV === 'production' ? 0 : 1,
188188
rendererPackageName: '@react-three/fiber',
189-
version: '17.0.1',
189+
version: '17.0.2',
190190
})
191191

192192
export * from '../core/hooks'

0 commit comments

Comments
 (0)