Skip to content

Commit 44bfca3

Browse files
committed
incremented version to 2.1.0
1 parent adc632c commit 44bfca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
# version tag for backward compatibility with kscript v1.x
5-
KSCRIPT_VERSION=2.0.2
5+
KSCRIPT_VERSION=2.1.0
66

77

88
## resolve application jar path from script location and convert to windows path when using cygwin

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import kotlin.system.exitProcess
1818
* @author Holger Brandl
1919
*/
2020

21-
const val KSCRIPT_VERSION = "2.0.2"
21+
const val KSCRIPT_VERSION = "2.1.0"
2222

2323
val USAGE = """
2424
kscript - Enhanced scripting support for Kotlin on *nix-based systems.

0 commit comments

Comments
 (0)