From 48cd7272f7a4480c243c0c261f94550b2c9845d0 Mon Sep 17 00:00:00 2001 From: Theo Kanning Date: Sun, 4 Dec 2022 13:41:14 -0600 Subject: [PATCH] Bump version to 0.8.1 (#43) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index eb6e90a..05f82ac 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ GROUP=com.theokanning.openai-gpt3-java -VERSION_NAME=0.8.0 +VERSION_NAME=0.8.1 POM_URL=https://github.com/theokanning/openai-java POM_SCM_URL=https://github.com/theokanning/openai-java