summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-08-11 00:21:09 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-08-11 00:21:09 +0900
commitcacc212f12387f746191ee754f6b6bd58d3441e0 (patch)
tree6361f0b4306852ff899731503a0eaee06856224b
parentd0f2c00f9f0a2ded5a94703c30ea127b8f8cb847 (diff)
[install] Prerelease of 0.10.3
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 0b4b9d95..63abfb30 100755
--- a/install
+++ b/install
@@ -1,6 +1,6 @@
#!/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)