Skip to content

Commit

Permalink
v3.9.1 rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji Qiren committed Aug 24, 2022
1 parent b66eb93 commit f1b3f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v3.9.0
## v3.9.1
Wed Aug 24 15:07:54 CST 2022

- Upgrade to Ubuntu 20.04 and Go 1.19
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.9.0
VERSION = 3.9.0
VERSION = 3.9.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 f1b3f66

Please sign in to comment.