Skip to content

Commit

Permalink
Update version to v0.3.2
Browse files Browse the repository at this point in the history
Update version to v0.3.2.

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart committed Dec 22, 2023
1 parent cf18269 commit 9ee933e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
value: ${{ jobs.check_version.outputs.binding_version }}

env:
BINDING_VERSION: 0.3.1
BINDING_VERSION: 0.3.2

jobs:
check_release:
Expand Down
2 changes: 1 addition & 1 deletion bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.hyperledger.fabric</groupId>
<artifactId>fabric-protos</artifactId>
<version>0.3.1-SNAPSHOT</version>
<version>0.3.2-SNAPSHOT</version>

<name>fabric-protos</name>
<description>PROTO library for fabric-protos</description>
Expand Down
2 changes: 1 addition & 1 deletion bindings/node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperledger/fabric-protos",
"version": "0.3.1",
"version": "0.3.2",
"description": "Node bindings for Hyperledger Fabric protocol buffers",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 9ee933e

Please sign in to comment.