Skip to content

Commit 4c994bb

Browse files
committed
2.0.0-preview.0
1 parent bd1ef4c commit 4c994bb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.5.1",
3+
"version": "2.0.0-preview.0",
44
"description": "Data API TypeScript client",
55
"contributors": [
66
"Kavin Gupta (https://github.com/toptobes)",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
// limitations under the License.
1414

1515
export const LIB_NAME = 'astra-db-ts';
16-
export const LIB_VERSION = '1.5.1';
16+
export const LIB_VERSION = '2.0.0-preview.0';

0 commit comments

Comments
 (0)