From 2c6ed517711f729e85deecf4a64e04248f1afac4 Mon Sep 17 00:00:00 2001 From: Theo Kanning Date: Mon, 13 Feb 2023 14:51:53 -0600 Subject: [PATCH] Update version to 0.10.0 (#101) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c8bfe5a0..7a1bc3f5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.theokanning.openai-gpt3-java -VERSION_NAME=0.9.0 +VERSION_NAME=0.10.0 POM_URL=https://github.com/theokanning/openai-java POM_SCM_URL=https://github.com/theokanning/openai-java