Skip to content

Commit 2323c1c

Browse files
authored
Fix version (#62)
* Fix version * Update build.gradle
1 parent fbe3072 commit 2323c1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ java {
4646

4747
group = 'com.cohere'
4848

49-
version = '1.8.0'
49+
version = '1.8.2'
5050

5151
jar {
5252
dependsOn(":generatePomFileForMavenPublication")
@@ -77,7 +77,7 @@ publishing {
7777
maven(MavenPublication) {
7878
groupId = 'com.cohere'
7979
artifactId = 'cohere-java'
80-
version = '1.8.0'
80+
version = '1.8.2'
8181
from components.java
8282
pom {
8383
name = 'cohere'

0 commit comments

Comments
 (0)