diff options
author | 2022-07-12 12:26:58 -0700 | |
---|---|---|
committer | 2022-07-12 12:26:58 -0700 | |
commit | 6eebd11a0681f82d51453e3ecb1ef465ce69c62a (patch) | |
tree | cdd658a4f09df192ceb57a227e1aa060d8474d7b | |
parent | 56ac919f5457a849783024179763bf17385d4009 (diff) | |
download | bun-6eebd11a0681f82d51453e3ecb1ef465ce69c62a.tar.gz bun-6eebd11a0681f82d51453e3ecb1ef465ce69c62a.tar.zst bun-6eebd11a0681f82d51453e3ecb1ef465ce69c62a.zip |
.3 not .0
-rw-r--r-- | packages/bun-landing/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-landing/page.tsx b/packages/bun-landing/page.tsx index 1d9c9d40a..9a206601f 100644 --- a/packages/bun-landing/page.tsx +++ b/packages/bun-landing/page.tsx @@ -505,7 +505,7 @@ export default ({ inlineCSS }) => ( <div style={{ "--count": 3 }} className="BarGraphKey"> <BarGraphLabel name="bun:ffi" - version="v0.1.0" + version="v0.1.3" source="https://github.com/Jarred-Sumner/bun/blob/cbc1e407c3aad3d396ab60317fc24b94341dfb45/bench/ffi/bun.js" /> <BarGraphLabel |