Skip to content

Commit 6a57ae8

Browse files
committed
1.4 final
1 parent dd005ff commit 6a57ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
KSCRIPT_VERSION=1.3
3+
KSCRIPT_VERSION=1.4
44

55
## make sure that all requirements (java, kotlinc, maven) to run kscript are met
66
assertInPath(){ if [ -z "$(which $1)" ]; then echo "[ERROR] Could not locate '$1'" 1>&2; exit 1; fi }

0 commit comments

Comments
 (0)