Skip to content

Commit

Permalink
Bump v1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greizgh committed Dec 2, 2019
1 parent ca53b2f commit d4e0365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0"; else REF="$1"; fi
if [ -z "$1" ]; then REF="1.13.0"; else REF="$1"; fi

# Clone bitwarden_rs
if [ ! -d "$SRC" ]; then
Expand Down

0 comments on commit d4e0365

Please sign in to comment.