Skip to content

Commit c7d3c7a

Browse files
committedMar 21, 2025
Update version to 3.1.0-rc1
1 parent e83f2fc commit c7d3c7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎RELEASE_NOTES_LATEST.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ Documentation: https://typedb.com/docs/drivers/rust/overview
99

1010

1111
```sh
12-
cargo add typedb-driver@3.1.0-rc0
12+
cargo add typedb-driver@3.1.0-rc1
1313
```
1414

1515

1616
### Java driver
1717

18-
Available through [https://repo.typedb.com](https://cloudsmith.io/~typedb/repos/public-release/packages/detail/maven/typedb-driver/3.1.0-rc0/a=noarch;xg=com.typedb/)
18+
Available through [https://repo.typedb.com](https://cloudsmith.io/~typedb/repos/public-release/packages/detail/maven/typedb-driver/3.1.0-rc1/a=noarch;xg=com.typedb/)
1919
Documentation: https://typedb.com/docs/drivers/java/overview
2020

2121
```xml
@@ -29,7 +29,7 @@ Documentation: https://typedb.com/docs/drivers/java/overview
2929
<dependency>
3030
<groupid>com.typedb</groupid>
3131
<artifactid>typedb-driver</artifactid>
32-
<version>3.1.0-rc0</version>
32+
<version>3.1.0-rc1</version>
3333
</dependency>
3434
</dependencies>
3535
```

‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0-rc0
1+
3.1.0-rc1

0 commit comments

Comments
 (0)