Skip to content

Commit fc0b4be

Browse files
committed
Fix version issue
1 parent dfad00c commit fc0b4be

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)