Skip to content

Commit d76812b

Browse files
committed
increased patch version for AUR re-release
1 parent 92e7f2b commit d76812b

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.9.0"
24+
const val KSCRIPT_VERSION = "2.9.2"
2525

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

0 commit comments

Comments
 (0)