From 70040eb0131ba0f3e1d1c4041481bedb5e89f8d3 Mon Sep 17 00:00:00 2001 From: Miguel Romero Karam Date: Tue, 21 May 2024 17:46:29 +0200 Subject: [PATCH] 0.5.40 --- 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 a30d80d6..23be3231 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.39"; +export const VERSION = "0.5.40"; // minimum version of Deno required to run this CLI // (see https://github.com/denoland/deployctl/blob/main/src/version.ts)