Skip to content

Commit

Permalink
bump version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codefather-filestar committed Aug 3, 2021
1 parent e3e4735 commit aa6ea86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func buildType() string {
}

// BuildVersion is the local build version, set by build system
const BuildVersion = "1.3.4"
const BuildVersion = "1.4.0"

func UserVersion() string {
return BuildVersion + buildType() + CurrentCommit
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/filecoin-project/lotus

go 1.15
go 1.16

require (
contrib.go.opencensus.io/exporter/jaeger v0.1.0
Expand Down

0 comments on commit aa6ea86

Please sign in to comment.