Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
Signed-off-by: shanghaikid <[email protected]>
  • Loading branch information
shanghaikid committed Jun 19, 2023
1 parent c0d5107 commit 064658e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion milvus/MilvusClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class MilvusClient extends GRPCClient {
// setup the configuration
super(configOrAddress, ssl, username, password, channelOptions);

// setup logger level
// setup logger level if needed, winton logger is following singleton pattern.
if (this.config.logLevel) {
logger.level = this.config.logLevel;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zilliz/milvus2-sdk-node",
"author": "[email protected]",
"version": "2.2.17",
"version": "2.2.18",
"milvusVersion": "v2.2.10",
"main": "dist/milvus",
"files": [
Expand Down

0 comments on commit 064658e

Please sign in to comment.