Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
nerderlyne committed Feb 26, 2024
1 parent 92b74d1 commit 556fcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/version.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const versions: {
[key: number]: string;
} = {
1: "1.0.0",
42161: "1.0.1 (nightly)",
42161: "1.1.1 (nightly)",
};

export const Version = () => {
Expand Down

0 comments on commit 556fcf5

Please sign in to comment.