File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# # note: always use a patch release even if it's 0
4- KSCRIPT_VERSION=1.4.2
4+ KSCRIPT_VERSION=1.5.0
55
66# # make sure that all requirements (java, kotlinc, maven) to run kscript are met
77assertInPath (){ if [ -z " $( which $1 ) " ]; then echo " [ERROR] Could not locate '$1 '" 1>&2 ; exit 1; fi }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export KSCRIPT_HOME="/Users/brandl/projects/kotlin/kscript";
88export PATH=${KSCRIPT_HOME} :${PATH}
99export PATH=~ /go/bin/:$PATH
1010
11- kscript_version=$( grep ' export KSCRIPT_VERSION' ${KSCRIPT_HOME} /kscript | cut -f2 -d' =' )
11+ kscript_version=$( grep ' ^ KSCRIPT_VERSION' ${KSCRIPT_HOME} /kscript | cut -f2 -d' =' )
1212echo " new version is $kscript_version "
1313# # see https://github.com/aktau/github-release
1414
You can’t perform that action at this time.
0 commit comments