From 7326540b45028a4c368094fc7cadd100ffd9c3a5 Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Wed, 4 Oct 2023 14:05:03 +0300 Subject: [PATCH] Update index Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com> --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5b5476b..c9c5b60 100644 --- a/index.js +++ b/index.js @@ -204,7 +204,7 @@ function getProjectVersion(filePath) { } function updateProjectVersion(filePath, newVersion) { - const projectInfoFile = getFile(filePath); + let projectInfoFile = getFile(filePath); // Update the version if the file is .csproj if (filePath.match(/\.csproj/))