We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e401e8a commit 65de021Copy full SHA for 65de021
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@datastax/astra-db-ts",
3
- "version": "0.0.22",
+ "version": "0.0.23",
4
"description": "Astra DB TS Client",
5
"contributors": [
6
"CRW (http://barnyrubble.tumblr.com/)",
src/version.ts
@@ -1,2 +1,2 @@
export const LIB_NAME = "@datastax/astra-db-ts";
-export const LIB_VERSION = "0.0.22";
+export const LIB_VERSION = "0.0.23";
0 commit comments