log versionParts

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-17 14:15:07 +03:00
parent 06bb905c8d
commit 3576662484
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28

View File

@ -19,7 +19,7 @@ try {
versionParts[2] = parseInt(versionParts[2]) + 1; versionParts[2] = parseInt(versionParts[2]) + 1;
console.log(versionParts)
// increment the patch version // increment the patch version
// join the parts back together // join the parts back together
const newVersion = `v${versionParts.join('.')}`; const newVersion = `v${versionParts.join('.')}`;