From 93b0cb1979b7efc94ebf6e4e2dd0f388081e8966 Mon Sep 17 00:00:00 2001 From: Oleksandr Honcharov Date: Sat, 15 Jun 2024 13:42:17 +0000 Subject: [PATCH] Update cli/src/utils/update.ts --- cli/src/utils/update.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/src/utils/update.ts b/cli/src/utils/update.ts index f7b54b0..cb8a44d 100644 --- a/cli/src/utils/update.ts +++ b/cli/src/utils/update.ts @@ -20,6 +20,7 @@ export async function checkForUpdate(): Promise { if (latestVersion !== `v${version}`) notifyUserAboutUpdate(latestVersion) + else console.log(c.yellow(`Version: ${version}`)) }) .then(() => res()), )