We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc632c commit 44bfca3Copy full SHA for 44bfca3
kscript
@@ -2,7 +2,7 @@
2
3
4
# version tag for backward compatibility with kscript v1.x
5
-KSCRIPT_VERSION=2.0.2
+KSCRIPT_VERSION=2.1.0
6
7
8
## resolve application jar path from script location and convert to windows path when using cygwin
src/main/kotlin/kscript/app/Kscript.kt
@@ -18,7 +18,7 @@ import kotlin.system.exitProcess
18
* @author Holger Brandl
19
*/
20
21
-const val KSCRIPT_VERSION = "2.0.2"
+const val KSCRIPT_VERSION = "2.1.0"
22
23
val USAGE = """
24
kscript - Enhanced scripting support for Kotlin on *nix-based systems.
0 commit comments