From ddfe0c2103592ed533046a460f7163f8f04b28f9 Mon Sep 17 00:00:00 2001 From: BoD Date: Wed, 9 Apr 2025 19:28:10 +0200 Subject: [PATCH] Version is now 0.0.10-SNAPSHOT --- librarian.root.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librarian.root.properties b/librarian.root.properties index d00c0245..369d9aa7 100644 --- a/librarian.root.properties +++ b/librarian.root.properties @@ -7,7 +7,7 @@ kdoc.artifactId=kdoc sonatype.backend=S01 pom.groupId=com.apollographql.cache -pom.version=0.0.9 +pom.version=0.0.10-SNAPSHOT pom.description=Apollo Kotlin Normalized Cache pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-normalized-cache pom.developer=Apollo Kotlin Normalized Cache contributors