Skip to content

Commit fd64bef

Browse files
committed
Incremented version to 2.4.4
1 parent 2ca51dc commit fd64bef

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ println("Hello Kotlin.")
128128

129129

130130
* Using `heredoc` (preferred solution for inlining) which gives you some more flexibility to also use single quotes in your script:
131+
131132
```{bash}
132133
kscript - <<"EOF"
133134
println("It's a beautiful day!")

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

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

0 commit comments

Comments
 (0)