Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kmoe committed Jul 10, 2020
1 parent 5e92d60 commit c0c5d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function changelogMain {
}

function modifyVersionFiles {
sed -i "s/var Version =.*/var Version = \"${TARGET_VERSION}\"/" tfinstall/version.go
sed -i "s/const Version =.*/const Version = \"${TARGET_VERSION}\"/" tfinstall/version.go
}

function commitChanges {
Expand Down

0 comments on commit c0c5d15

Please sign in to comment.