Skip to content

Commit

Permalink
versioning (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukitsbrian authored Oct 30, 2023
1 parent 0dc04a5 commit c4a5823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ build_tags_comma_sep := $(subst $(whitespace),$(comma),$(build_tags))

ldflags = -X github.com/cosmos/cosmos-sdk/version.Name=ssc \
-X github.com/cosmos/cosmos-sdk/version.AppName=sscd \
-X github.com/cosmos/cosmos-sdk/version.Version=$(VERSION) \
-X github.com/cosmos/cosmos-sdk/version.Version=v0.1.3 \
-X github.com/cosmos/cosmos-sdk/version.Commit=$(COMMIT) \
-X "github.com/cosmos/cosmos-sdk/version.BuildTags=$(build_tags_comma_sep)" \
-X github.com/cometbft/cometbft/version.TMCoreSemVer=$(TM_VERSION)
Expand Down

0 comments on commit c4a5823

Please sign in to comment.