Skip to content

Commit f8ca22c

Browse files
committed
v0.7.9
1 parent 7c41d47 commit f8ca22c

File tree

1 file changed

+1
-1
lines changed
  • uno-core/src/main/kotlin/uno/kotlin

1 file changed

+1
-1
lines changed

uno-core/src/main/kotlin/uno/kotlin/util.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ operator fun IntBuffer.plusAssign(i: Int) {
7777

7878
const val NUL = '\u0000'
7979

80-
val version = "0.7.8"
80+
val version = "0.7.9"
8181

8282
val isNotCI: Boolean
8383
get() = System.getenv("GITHUB_ACTIONS") != "true" && System.getenv("TRAVIS") != "true"

0 commit comments

Comments
 (0)