Skip to content

Commit acc7e91

Browse files
Bump VERSION to 2.26.6-rc1
1 parent c149af4 commit acc7e91

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Documentation: https://typedb.com/docs/drivers/rust/overview
99

1010

1111
```sh
12-
cargo add [email protected]rc0
12+
cargo add [email protected]rc1
1313
```
1414

1515

@@ -29,7 +29,7 @@ Documentation: https://typedb.com/docs/drivers/java/overview
2929
<dependency>
3030
<groupid>com.vaticle.typedb</groupid>
3131
<artifactid>typedb-driver</artifactid>
32-
<version>2.26.6-rc0</version>
32+
<version>2.26.6-rc1</version>
3333
</dependency>
3434
</dependencies>
3535
```
@@ -42,7 +42,7 @@ Documentation: https://typedb.com/docs/drivers/python/overview
4242
Available through https://pypi.org
4343

4444
```
45-
pip install typedb-driver==2.26.6rc0
45+
pip install typedb-driver==2.26.6rc1
4646
```
4747

4848
### NodeJS driver
@@ -51,16 +51,16 @@ NPM package: https://www.npmjs.com/package/typedb-driver
5151
Documentation: https://typedb.com/docs/drivers/nodejs/overview
5252

5353
```
54-
npm install [email protected]rc0
54+
npm install [email protected]rc1
5555
```
5656

5757
### C++ driver
5858

59-
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-cpp+version:2.26.6-rc0
59+
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-cpp+version:2.26.6-rc1
6060

6161
### C driver
6262

63-
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-clib+version:2.26.6-rc0
63+
Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-clib+version:2.26.6-rc1
6464
Documentation: https://typedb.com/docs/drivers/cpp/overview
6565

6666

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.26.6-rc0
1+
2.26.6-rc1

0 commit comments

Comments
 (0)