Skip to content

Commit

Permalink
chore: fix tendermint version
Browse files Browse the repository at this point in the history
  • Loading branch information
zakir-code committed May 24, 2024
1 parent 0a03d2f commit b7684ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ BUILD_TAGS_COMMA_SEP := $(subst $(whitespace),$(comma),$(build_tags))
ldflags = -X github.com/cosmos/cosmos-sdk/version.Version=$(VERSION) \
-X github.com/cosmos/cosmos-sdk/version.Commit=$(COMMIT) \
-X "github.com/cosmos/cosmos-sdk/version.BuildTags=$(BUILD_TAGS_COMMA_SEP)" \
-X github.com/tendermint/tendermint/version.TMCoreSemVer=$(VERSION) \
-X github.com/cosmos/cosmos-sdk/version.Name=fxcore \
-X github.com/cosmos/cosmos-sdk/version.AppName=fxcored \

Expand Down

0 comments on commit b7684ea

Please sign in to comment.