Skip to content

Commit

Permalink
v0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
elect86 committed Sep 9, 2020
1 parent 7c41d47 commit f8ca22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uno-core/src/main/kotlin/uno/kotlin/util.kt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ operator fun IntBuffer.plusAssign(i: Int) {

const val NUL = '\u0000'

val version = "0.7.8"
val version = "0.7.9"

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

0 comments on commit f8ca22c

Please sign in to comment.