diff --git a/package.json b/package.json index f77c6d7..7802ef7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "convex", "description": "Client for the Convex Cloud", - "version": "1.17.0", + "version": "1.17.1", "author": "Convex, Inc. ", "homepage": "https://convex.dev", "repository": { diff --git a/src/index.ts b/src/index.ts index fdb9b4a..7f85136 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1 @@ -export const version = "1.17.0"; +export const version = "1.17.1";