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 556a8a3 commit 7246ef3Copy full SHA for 7246ef3
kscript
@@ -2,7 +2,7 @@
2
3
4
# version tag for backward compatibility with kscript v1.x
5
-KSCRIPT_VERSION=2.1.0
+KSCRIPT_VERSION=2.1.1
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
@@ -19,7 +19,7 @@ import kotlin.system.exitProcess
19
* @author Holger Brandl
20
*/
21
22
-const val KSCRIPT_VERSION = "2.1.0"
+const val KSCRIPT_VERSION = "2.1.1"
23
24
val USAGE = """
25
kscript - Enhanced scripting support for Kotlin on *nix-based systems.
0 commit comments