Skip to content

Commit

Permalink
Merge pull request #1160 from Zokrates/rc/0.7.14
Browse files Browse the repository at this point in the history
Re-release 0.7.14
  • Loading branch information
Schaeff committed May 31, 2022
2 parents d7b2fd7 + 53a5be6 commit c09045a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
https://github.com/Zokrates/ZoKrates/compare/latest...develop

## [0.7.14] - 2022-05-30
## [0.7.14] - 2022-05-31

### Release
- https://github.com/Zokrates/ZoKrates/releases/tag/0.7.14 <!-- markdown-link-check-disable-line -->
Expand Down
2 changes: 1 addition & 1 deletion scripts/one_liner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ main() {
rm -rf $dest/*
cp -r $td/* $dest
else
read -p "ZoKrates is already installed, overwrite (y/n)? " answer
read -p "ZoKrates is already installed, overwrite (y/n)? " answer < /dev/tty
case ${answer} in
y|Y )
rm -rf $dest/*
Expand Down

0 comments on commit c09045a

Please sign in to comment.