Skip to content

Commit

Permalink
version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qdsfdhvh committed Jun 5, 2023
1 parent bb2e2e3 commit fdaeaf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-logic/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ object Versions {
private const val major = "1"

// functionality in a backwards compatible manner
private const val monir = "4"
private const val monir = "5"

// backwards compatible bug fixes
private const val path = "5"
private const val path = "0"
const val version = "$major.$monir.$path"
}

Expand Down

0 comments on commit fdaeaf6

Please sign in to comment.