diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml
index 8fbb26d..fb738e5 100644
--- a/.github/workflows/ci-checks.yml
+++ b/.github/workflows/ci-checks.yml
@@ -11,7 +11,7 @@ on:
value: ${{ jobs.check_version.outputs.binding_version }}
env:
- BINDING_VERSION: 0.3.6
+ BINDING_VERSION: 0.3.7
jobs:
check_release:
diff --git a/bindings/java/pom.xml b/bindings/java/pom.xml
index 06f3fdf..a60afb8 100644
--- a/bindings/java/pom.xml
+++ b/bindings/java/pom.xml
@@ -6,7 +6,7 @@
org.hyperledger.fabric
fabric-protos
- 0.3.6
+ 0.3.7
fabric-protos
PROTO library for fabric-protos
diff --git a/bindings/node/package-lock.json b/bindings/node/package-lock.json
index 3b4f77a..1a7b161 100644
--- a/bindings/node/package-lock.json
+++ b/bindings/node/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@hyperledger/fabric-protos",
- "version": "0.3.6",
+ "version": "0.3.7",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@hyperledger/fabric-protos",
- "version": "0.3.6",
+ "version": "0.3.7",
"license": "Apache-2.0",
"dependencies": {
"@grpc/grpc-js": "^1.11.0",
diff --git a/bindings/node/package.json b/bindings/node/package.json
index fb29b22..3514a14 100644
--- a/bindings/node/package.json
+++ b/bindings/node/package.json
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/fabric-protos",
- "version": "0.3.6",
+ "version": "0.3.7",
"description": "Node bindings for Hyperledger Fabric protocol buffers",
"main": "lib/index.js",
"types": "lib/index.d.ts",