Skip to content

Commit 65de021

Browse files
committed
Bump version to 0.0.23
1 parent e401e8a commit 65de021

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datastax/astra-db-ts",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"description": "Astra DB TS Client",
55
"contributors": [
66
"CRW (http://barnyrubble.tumblr.com/)",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const LIB_NAME = "@datastax/astra-db-ts";
2-
export const LIB_VERSION = "0.0.22";
2+
export const LIB_VERSION = "0.0.23";

0 commit comments

Comments
 (0)