Skip to content

Commit 931c832

Browse files
AUTOMATION: Version Bump
1 parent 8a239d5 commit 931c832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/io/getstream/chat/android/ai/Configuration.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ package io.getstream.chat.android.ai
1717

1818
object Configuration {
1919
const val majorVersion = 0
20-
const val minorVersion = 0
20+
const val minorVersion = 1
2121
const val patchVersion = 0
2222
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
2323
const val artifactGroup = "io.getstream"

0 commit comments

Comments
 (0)