We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c41d47 commit f8ca22cCopy full SHA for f8ca22c
uno-core/src/main/kotlin/uno/kotlin/util.kt
@@ -77,7 +77,7 @@ operator fun IntBuffer.plusAssign(i: Int) {
77
78
const val NUL = '\u0000'
79
80
-val version = "0.7.8"
+val version = "0.7.9"
81
82
val isNotCI: Boolean
83
get() = System.getenv("GITHUB_ACTIONS") != "true" && System.getenv("TRAVIS") != "true"
0 commit comments