Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nacos-group/sdk-proto",
"version": "1.0.0-beta.5",
"version": "1.0.0-beta.6",
"description": "Nacos SDK Protocol Buffers for Node.js",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion proto/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"source": "tag",
"nacos_ref": "3.2.1",
"nacos_commit": "fa05d6e62e6bedbdb63b74acb5c7bcb6847d9bd8",
"generated_at": "2026-05-21T06:11:09Z"
"generated_at": "2026-05-21T06:19:10Z"
}
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nacos-sdk-proto"
version = "1.0.0-beta.5"
version = "1.0.0-beta.6"
description = "Nacos SDK Protocol Buffers for Python"
requires-python = ">=3.8"
license = {text = "Apache-2.0"}
Expand Down
Loading