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 fef69a5 commit c064e65Copy full SHA for c064e65
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.1"
+const val KSCRIPT_VERSION = "2.3.0"
23
24
val selfName = System.getenv("CUSTOM_KSCRIPT_NAME") ?: "kscript"
25
0 commit comments