From 9e0a26b5761147d2b94274ce80c95e08af0ad227 Mon Sep 17 00:00:00 2001 From: Theo Kanning Date: Thu, 28 Apr 2022 16:53:41 -0500 Subject: [PATCH] Update to version 0.6.0 (#16) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e1a346ca..b49c5604 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.theokanning.openai-gpt3-java -VERSION_NAME=0.5.0 +VERSION_NAME=0.6.0 POM_URL=https://github.com/theokanning/openai-java POM_SCM_URL=https://github.com/theokanning/openai-java