diff --git a/lib/cli/src/version.ts b/lib/cli/src/version.ts index c9f8f195..5a46b63c 100644 --- a/lib/cli/src/version.ts +++ b/lib/cli/src/version.ts @@ -1,5 +1,5 @@ // latest version of netzo/cli (see https://github.com/netzo/netzo/releases) -export const VERSION = "0.5.54"; +export const VERSION = "0.5.55"; // minimum version of Deno required to run this CLI // (see https://github.com/denoland/deployctl/blob/main/src/version.ts) diff --git a/lib/components/table.tsx b/lib/components/table.tsx index dab557a5..80c59021 100644 --- a/lib/components/table.tsx +++ b/lib/components/table.tsx @@ -27,7 +27,8 @@ const TableHeader = React.forwardRef<