Skip to content

Commit

Permalink
Set project version to 3.0.1
Browse files Browse the repository at this point in the history
There was a problem with the publishing of assets for release of 3.0.0.
  • Loading branch information
pvannierop committed Sep 10, 2024
1 parent 3d79613 commit 2292e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@Suppress("ConstPropertyName")
object Versions {
const val project = "3.0.0"
const val project = "3.0.1"

const val java = 17
const val kotlin = "1.9.22"
Expand Down

0 comments on commit 2292e07

Please sign in to comment.