Skip to content

Commit 801a449

Browse files
Merge pull request #26 from launchableinc/fix_deploy_issue
Fix version issue
2 parents 04d5be7 + fc0b4be commit 801a449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ subprojects {
2424

2525
groupId = 'com.launchableinc.openai-java'
2626
artifactId = project.name
27-
version = project.version
27+
version = project.VERSION_NAME
2828

2929
pom {
3030
name = 'OpenAI Java Client'

0 commit comments

Comments
 (0)