Skip to content

Commit 81ec170

Browse files
committed
v3.2.6
1 parent ed352f8 commit 81ec170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/unsigned/unsigned.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ fun Char.toUint() = Uint(toInt())
1818
fun Char.toUlong() = Ulong(toLong())
1919
fun Char.toUshort() = Ushort(toShort())
2020

21-
val version = "3.2.5"
21+
val version = "3.2.6"

0 commit comments

Comments
 (0)