Skip to content

Commit c064e65

Browse files
committed
inc version to 2.3
1 parent fef69a5 commit c064e65

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
@@ -19,7 +19,7 @@ import kotlin.system.exitProcess
1919
* @author Holger Brandl
2020
*/
2121

22-
const val KSCRIPT_VERSION = "2.2.1"
22+
const val KSCRIPT_VERSION = "2.3.0"
2323

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

0 commit comments

Comments
 (0)