Skip to content

Commit cbcf43e

Browse files
author
Holger Brandl
committed
incremented version to v2.4.1
1 parent f50b7d1 commit cbcf43e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/kscript/app/Kscript.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import kotlin.system.exitProcess
2020
* @author Holger Brandl
2121
*/
2222

23-
const val KSCRIPT_VERSION = "2.4.0"
23+
const val KSCRIPT_VERSION = "2.4.1"
2424

2525
val selfName = System.getenv("CUSTOM_KSCRIPT_NAME") ?: "kscript"
2626

0 commit comments

Comments
 (0)