From d9ea8c5c4fc1140b1d2216f29f98072230e7184e Mon Sep 17 00:00:00 2001 From: clarifai-prod Date: Wed, 15 Jan 2025 17:45:51 +0000 Subject: [PATCH] GRPC clients version 11.0.2 --- VERSION | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0719738..a1ea332 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.0.1 +11.0.2 diff --git a/package.json b/package.json index 651f55a..ccec21b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clarifai-nodejs-grpc", - "version": "11.0.1", + "version": "11.0.2", "description": "The official Clarifai Node.js gRPC client", "main": "src/index.js", "repository": "https://github.com/Clarifai/clarifai-javascript-grpc",