Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 45d7c60

Browse files
committed
0.5.97
1 parent af8d07c commit 45d7c60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/cli/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// latest version of netzo/cli (see https://github.com/netzo/netzo/releases)
2-
export const VERSION = "0.5.96";
2+
export const VERSION = "0.5.97";
33

44
// minimum version of Deno required to run this CLI
55
// (see https://github.com/denoland/deployctl/blob/main/src/version.ts)

lib/components/head.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @deno-types="npm:@types/[email protected]"
22
import * as React from "react";
33

4-
import { Head as _Head } from "$fresh/runtime.ts";
4+
import { Head as _Head } from "fresh/runtime.ts";
55
import type { ComponentChildren } from "preact";
66

77
export type HeadProps = {

0 commit comments

Comments
 (0)