Skip to content

Commit 2ea1afa

Browse files
committed
bumped version to 3.99
1 parent 66dbebe commit 2ea1afa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/kscript/app/Kscript.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ import org.docopt.DocOptWrapper
1616
* For details and license see https://github.com/holgerbrandl/kscript
1717
*
1818
* @author Holger Brandl
19-
* @author Marcin Kuszczak (rewrite)
19+
* @author Marcin Kuszczak
2020
*/
2121

22-
const val KSCRIPT_VERSION = "3.1.0"
22+
const val KSCRIPT_VERSION = "3.99.0"
2323

2424
fun main(args: Array<String>) {
2525
try {

0 commit comments

Comments
 (0)