Skip to content

Commit 1b8d179

Browse files
committed
v0.8.7
1 parent b51eb3f commit 1b8d179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/kool/Stack.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ object Stack {
801801
inline fun <R> utf8Buffer(chars: CharSequence, block: (ByteBuffer) -> R): R =
802802
with { block(it.UTF8(chars, true)) }
803803

804-
val VERSION = "0.8.6"
804+
val VERSION = "0.8.7"
805805

806806
inline operator fun <R> invoke(block: (MemoryStack) -> R): R = with(block)
807807
}

0 commit comments

Comments
 (0)