Skip to content

Commit

Permalink
feat!: Refactor ApiResult to be an inline class
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek-12 committed May 30, 2024
1 parent 6326482 commit 143c791
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 164 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ object Config {

const val artifactId = "$group.$artifact"

const val majorRelease = 1
const val minorRelease = 1
const val majorRelease = 2
const val minorRelease = 0
const val patch = 0
const val postfix = ""
const val versionName = "$majorRelease.$minorRelease.$patch$postfix"
Expand Down
Loading

0 comments on commit 143c791

Please sign in to comment.