Bump v1.11.0

This commit is contained in:
Greizgh
2019-10-13 11:45:16 +02:00
parent fa5a6a256c
commit 9b87666c87
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ set -e
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
SRC="$DIR/git"
DST="$DIR/dist"
if [ -z "$1" ]; then REF="1.10.0"; else REF="$1"; fi
if [ -z "$1" ]; then REF="1.11.0"; else REF="$1"; fi
# Clone bitwarden_rs
if [ ! -d "$SRC" ]; then