diff options
-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 f73ba8d70..da91cf90d 100644 --- a/packages/bun-landing/page.tsx +++ b/packages/bun-landing/page.tsx @@ -180,7 +180,7 @@ const InstallBox = ({ desktop = false }) => ( > <div className="InstallBox-label"> <div className="InstallBox-label-heading"> - Install Bun CLI v0.1.2 (beta) + Install Bun CLI v{process.version} (beta) </div> <div className="InstallBox-label-subtitle"> macOS x64 & Silicon, Linux x64, Windows Subsystem for Linux |