Skip to content

Commit 143c791

Browse files
committed
feat!: Refactor ApiResult to be an inline class
1 parent 6326482 commit 143c791

File tree

4 files changed

+158
-164
lines changed

4 files changed

+158
-164
lines changed

buildSrc/src/main/kotlin/Config.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ object Config {
1515

1616
const val artifactId = "$group.$artifact"
1717

18-
const val majorRelease = 1
19-
const val minorRelease = 1
18+
const val majorRelease = 2
19+
const val minorRelease = 0
2020
const val patch = 0
2121
const val postfix = ""
2222
const val versionName = "$majorRelease.$minorRelease.$patch$postfix"

0 commit comments

Comments
 (0)