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 3be91fb commit 2026a28Copy full SHA for 2026a28
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.1"
+const val KSCRIPT_VERSION = "3.0.2"
25
26
val selfName = System.getenv("CUSTOM_KSCRIPT_NAME") ?: "kscript"
27
0 commit comments