Skip to content

Commit 6757101

Browse files
committed
Increased version to 2.4.2
1 parent 87b87ac commit 6757101

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.1"
23+
const val KSCRIPT_VERSION = "2.4.2"
2424

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

0 commit comments

Comments
 (0)