Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

Commit

Permalink
release: v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Apr 29, 2022
1 parent ab98439 commit 79db312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ plugins {
apply(plugin = "kotlinx-atomicfu")

val JAVA_VERSION = JavaVersion.VERSION_17
val VERSION = Version(4, 1, 0, 0, ReleaseType.None)
val VERSION = Version(4, 2, 0, 0, ReleaseType.None)

val commitHash by lazy {
val cmd = "git rev-parse --short HEAD".split("\\s".toRegex())
Expand Down

0 comments on commit 79db312

Please sign in to comment.