From 0a45217d16751357cca780d0a973ff2b51d035da Mon Sep 17 00:00:00 2001 From: clarifai-prod Date: Wed, 4 Sep 2024 19:00:55 +0000 Subject: [PATCH] GRPC clients version 10.8.1 --- VERSION | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 2a3262d..90d0af6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.8.0 +10.8.1 diff --git a/package.json b/package.json index 8fb8916..6d61be0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "clarifai-nodejs-grpc", - "version": "10.8.0", + "version": "10.8.1", "description": "The official Clarifai Node.js gRPC client", "main": "src/index.js", "repository": "https://github.com/Clarifai/clarifai-javascript-grpc",