Skip to content

Commit

Permalink
Update version to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Artawower committed Aug 8, 2023
1 parent 05f1969 commit 4c6aecb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ curr_dir=$(pwd)
for file in "${commit_files[@]}"; do
cd "$curr_dir"
cd "$file"
pwd
git add .
git commit -m "Update version to $semver"
git tag -a "$semver" -m "Update version to $semver"
Expand Down

0 comments on commit 4c6aecb

Please sign in to comment.