Skip to content

Commit e841480

Browse files
author
Holger Brandl
committed
increased version to v2.7.1 for rerelase (see #213)
1 parent 6991ca6 commit e841480

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
@@ -21,7 +21,7 @@ import kotlin.system.exitProcess
2121
* @author Holger Brandl
2222
*/
2323

24-
const val KSCRIPT_VERSION = "2.7.0"
24+
const val KSCRIPT_VERSION = "2.7.1"
2525

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

0 commit comments

Comments
 (0)