Skip to content

Commit

Permalink
release v3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji Qiren committed Aug 22, 2023
1 parent c8956c9 commit d7fdfb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v3.10.1
Tue Aug 22 21:03:12 CST 2023

- Support yamux in libp2p

## v3.9.2
Fri Sep 9 20:36:40 CST 2022

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GO_INSTALL := $(GO) install

PROJECT_NAME := $(shell basename "$(PWD)")
BUILDER_VERSION = 3.10.0
VERSION = 3.10.0
VERSION = 3.10.1
COMMIT = $(shell git rev-parse --short HEAD)
PROJECT = github.com/iost-official/go-iost
DOCKER_IMAGE = iostio/iost-node:$(VERSION)-$(COMMIT)
Expand Down

0 comments on commit d7fdfb3

Please sign in to comment.