From 6f5a4ada7634127a9768b00982df77343b8fd540 Mon Sep 17 00:00:00 2001 From: Theo Kanning Date: Wed, 29 Jun 2022 11:54:30 -0500 Subject: [PATCH] Update version to 0.7.0 (#18) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index b49c5604..d7e8b1fc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.theokanning.openai-gpt3-java -VERSION_NAME=0.6.0 +VERSION_NAME=0.7.0 POM_URL=https://github.com/theokanning/openai-java POM_SCM_URL=https://github.com/theokanning/openai-java