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 })