Skip to content

Commit 1d886d5

Browse files
authored
update snapshot to 0.8.0 (#220)
* Update README.md * Bump version from 0.7.0-SNAPSHOT to 0.8.0-SNAPSHOT
1 parent 59a5f7a commit 1d886d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ FalkorDB Java client
2121
<dependency>
2222
<groupId>com.falkordb</groupId>
2323
<artifactId>jfalkordb</artifactId>
24-
<version>0.6.0</version>
24+
<version>0.7.0</version>
2525
</dependency>
2626
</dependencies>
2727
```
@@ -44,7 +44,7 @@ and
4444
<dependency>
4545
<groupId>com.falkordb</groupId>
4646
<artifactId>jfalkordb</artifactId>
47-
<version>0.7.0-SNAPSHOT</version>
47+
<version>0.8.0-SNAPSHOT</version>
4848
</dependency>
4949
</dependencies>
5050
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.falkordb</groupId>
1313
<artifactId>jfalkordb</artifactId>
14-
<version>0.7.0-SNAPSHOT</version>
14+
<version>0.8.0-SNAPSHOT</version>
1515
<packaging>jar</packaging>
1616

1717
<name>JFalkorDB</name>

0 commit comments

Comments
 (0)