From 7fe7bfce25d0ad687f64c32ce6ecaf42b323fc09 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Thu, 1 Aug 2024 11:35:58 +0200 Subject: [PATCH] version is now 0.0.5-SNAPSHOT --- librarian.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librarian.properties b/librarian.properties index e0aef70..1cdfabc 100644 --- a/librarian.properties +++ b/librarian.properties @@ -10,7 +10,7 @@ sonatype.release=Manual git.snapshots=main pom.groupId=com.apollographql.cli -pom.version=0.0.4 +pom.version=0.0.5-SNAPSHOT pom.description=Command line tool for your GraphQL projects pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-cli pom.developer=apollo-kotlin-cli authors