From ec6f845f645a3fafa626cd541e2ad90d6e91e02f Mon Sep 17 00:00:00 2001 From: Daniel Dye Date: Tue, 22 Oct 2024 23:03:09 +0100 Subject: [PATCH] Bump version to v0.4.0 --- constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.ts b/constants.ts index 7e84b47..9473b02 100644 --- a/constants.ts +++ b/constants.ts @@ -1,4 +1,4 @@ -export const version = "0.3.4"; +export const version = "0.4.0"; export const homePath = `${Deno.env.get("HOME")}/.drenv`; export const versionsPath = `${homePath}/versions`; export const binPath = `${homePath}/bin`;