Skip to content
Snippets Groups Projects
Commit cacc212f authored by Junegunn Choi's avatar Junegunn Choi
Browse files

[install] Prerelease of 0.10.3

parent d0f2c00f
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
[[ "$@" =~ --pre ]] && version=0.10.2 pre=1 ||
[[ "$@" =~ --pre ]] && version=0.10.3 pre=1 ||
version=0.10.2 pre=0
cd $(dirname $BASH_SOURCE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment