Skip to content

Commit 7246ef3

Browse files
committed
incremented version to 2.1.1
1 parent 556a8a3 commit 7246ef3

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.1.0
5+
KSCRIPT_VERSION=2.1.1
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
@@ -19,7 +19,7 @@ import kotlin.system.exitProcess
1919
* @author Holger Brandl
2020
*/
2121

22-
const val KSCRIPT_VERSION = "2.1.0"
22+
const val KSCRIPT_VERSION = "2.1.1"
2323

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

0 commit comments

Comments
 (0)