diff --git a/package.json b/package.json index 1841a1b..4098b09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tidbcloud/serverless", - "version": "0.0.7", + "version": "0.0.8", "description": "TiDB Cloud Serverless Driver", "main": "./dist/index.cjs", "module": "./dist/index.js", diff --git a/src/version.ts b/src/version.ts index 249612a..848d707 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const Version = '0.0.7' +export const Version = '0.0.8'