Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Commit

Permalink
removed new version on get version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatdet committed Feb 24, 2022
1 parent dd700f0 commit e075e0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ async function main(){

if(mode == "GET_VERSION"){
cur_ver = getVersion(pathToVersionFile);
new_ver = await updateVersion(cur_ver);
}
else if(mode == "BUMP_VERSION"){
cur_ver = getVersion(pathToVersionFile);
Expand Down

0 comments on commit e075e0f

Please sign in to comment.