From 49ccc652213d37cd563aaf994f1f1cace0ae8579 Mon Sep 17 00:00:00 2001 From: Miguel Romero Karam Date: Tue, 21 May 2024 16:51:18 +0200 Subject: [PATCH] 0.5.39 --- lib/cli/src/version.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/src/version.ts b/lib/cli/src/version.ts index c0b09743..a30d80d6 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.38"; +export const VERSION = "0.5.39"; // minimum version of Deno required to run this CLI // (see https://github.com/denoland/deployctl/blob/main/src/version.ts)