Skip to content

Commit

Permalink
chore(code-blocks): bump default version
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 2, 2024
1 parent e3d5ccb commit 378aeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CodeBlock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React, { useEffect, useState } from "react";

export function VersionedCode({ children, ...props }: Props)
{
const [version, setVersion] = useState("v3.0.0");
const [version, setVersion] = useState("v4.0.0");

useEffect(() =>
{
Expand Down

0 comments on commit 378aeea

Please sign in to comment.