diff --git a/package.json b/package.json index 3a9f67ed..e7eb4640 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "branches", "branching" ], - "version": "9.6.0", + "version": "9.6.1", "main": "./dist/entrypoint.api.js", "types": "dist/entrypoint.api.d.ts", "bin": { diff --git a/src/utils/packageVersion.ts b/src/utils/packageVersion.ts index 664236b2..d95c7d37 100644 --- a/src/utils/packageVersion.ts +++ b/src/utils/packageVersion.ts @@ -1 +1 @@ -export const PACKAGE_VERSION = '9.6.0'; +export const PACKAGE_VERSION = '9.6.1';