Skip to content

Commit 1891988

Browse files
committed
Advance snapshot version to 0.2-SNAPSHOT
1 parent d3bb4c0 commit 1891988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-collections-immutable/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description 'Kotlin experimental immutable collection interfaces and implementat
1414
allprojects {
1515
apply plugin: 'kotlin'
1616
group = 'org.jetbrains.kotlinx'
17-
version = project.properties["deployVersion"] ?: '0.1-SNAPSHOT'
17+
version = project.properties["deployVersion"] ?: '0.2-SNAPSHOT'
1818

1919
repositories {
2020
mavenCentral()

0 commit comments

Comments
 (0)