Skip to content

Commit 28f3595

Browse files
authored
2.0.0-alpha01 (#7)
2 parents 6326482 + da82142 commit 28f3595

File tree

4 files changed

+159
-165
lines changed

4 files changed

+159
-165
lines changed

buildSrc/src/main/kotlin/Config.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ 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
21-
const val postfix = ""
21+
const val postfix = "-alpha01"
2222
const val versionName = "$majorRelease.$minorRelease.$patch$postfix"
2323
const val url = "https://github.com/respawn-app/ApiResult"
2424
const val licenseName = "The Apache Software License, Version 2.0"

0 commit comments

Comments
 (0)