Skip to content

Commit

Permalink
Update version to 1.1.1-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Sep 11, 2022
1 parent 463cfb9 commit 107de52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import java.io.File
import java.io.IOException
import java.util.concurrent.TimeUnit

val VERSION = Version(1, 0, 1, 0, ReleaseType("nightly"))
val VERSION = Version(1, 1, 1, 0, ReleaseType("nightly"))
val JAVA_VERSION = JavaVersion.VERSION_17
val COMMIT_HASH by lazy {
try {
Expand Down

0 comments on commit 107de52

Please sign in to comment.