0.12 is the new 'latest'

This commit is contained in:
Christopher Horrell 2015-02-06 16:46:05 -05:00
parent c04479fd01
commit aa86137431
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ set -e
declare -A aliases
aliases=(
[0.10]='0 latest'
[0.12]='0 latest'
)
cd "$(dirname "$(readlink -f "$BASH_SOURCE")")"