Skip to content

Commit 3736b47

Browse files
AUTOMATION: Version Bump
1 parent c0770e9 commit 3736b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/io/getstream/core/Configuration.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ object Configuration {
2020
const val targetSdk = 36
2121
const val sampleTargetSdk = 36
2222
const val minSdk = 21
23-
const val majorVersion = 0
24-
const val minorVersion = 2
23+
const val majorVersion = 1
24+
const val minorVersion = 0
2525
const val patchVersion = 0
2626
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
2727
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"

0 commit comments

Comments
 (0)