Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitamendelbaum committed Jul 31, 2019
1 parent 0ebec4d commit bae1b03
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# STRATO Getting Started release notes

## 2.10.1

STRATO versions supported: v4.0+

- Fail verbosely when no password can be read

## 2.10.0

STRATO versions supported: v4.0+
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.0
2.10.1
2 changes: 1 addition & 1 deletion strato
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ function setPassword {
echo -n Please enter a password:
read -s PASSWORDA || (printf "\nerror: unable to read password, stdin might be closed\n" &&
printf "Set the PASSWORD environment variable in automated environments\n" &&
exit 72)
exit 18)
echo
echo -n Please re-enter the password:
read -s PASSWORDB
Expand Down

0 comments on commit bae1b03

Please sign in to comment.