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 cb01f1a commit b5bfeadCopy full SHA for b5bfead
src/main/kotlin/kscript/app/Kscript.kt
@@ -21,7 +21,7 @@ import kotlin.system.exitProcess
21
* @author Holger Brandl
22
*/
23
24
-const val KSCRIPT_VERSION = "3.0.0"
+const val KSCRIPT_VERSION = "3.0.1"
25
26
val selfName = System.getenv("CUSTOM_KSCRIPT_NAME") ?: "kscript"
27
0 commit comments