Skip to content

Commit 2718bf7

Browse files
committed
increased version to 2.0.2
1 parent b113f2b commit 2718bf7

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.1
5+
KSCRIPT_VERSION=2.0.2
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.1"
21+
const val KSCRIPT_VERSION = "2.0.2"
2222

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

0 commit comments

Comments
 (0)