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 381921b commit e9e5e3cCopy full SHA for e9e5e3c
kscript
@@ -2,7 +2,7 @@
2
3
4
# version tag for backward compatibility with kscript v1.x
5
-KSCRIPT_VERSION=2.2.0
+KSCRIPT_VERSION=2.2.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.2.0"
+const val KSCRIPT_VERSION = "2.2.1"
23
24
val USAGE = """
25
kscript - Enhanced scripting support for Kotlin on *nix-based systems.
0 commit comments