From ff7534fc353e2c10d248ea16718a34d54eb0f4a4 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Fri, 9 Oct 2020 17:13:20 +0200 Subject: [PATCH] Update index.mjs --- action/index.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action/index.mjs b/action/index.mjs index e5e7993c..968cbef4 100644 --- a/action/index.mjs +++ b/action/index.mjs @@ -11,7 +11,7 @@ //Runner try { //Initialization - console.log(`GitHub metrics as SVG image`) + console.log(`GitHub metrics as SVG image [v1.2]`) console.log(`========================================================`) process.on("unhandledRejection", error => { throw error })