Skip to content

Commit

Permalink
chore: update chain version
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Aug 30, 2024
1 parent 607ccae commit 469d65d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,16 @@ NOW=$(shell date +'%Y-%m-%d_%T')
COMMIT:=$(shell git log -1 --format='%H')
SHORT_COMMIT:=$(shell git rev-parse --short=7 HEAD)
CHAIN_VERSION:=$(shell cat chain.version)
LATEST_VERSION=$(shell curl -s "https://api.github.com/repos/arkeonetwork/arkeo/releases/latest" | jq -r '.tag_name')
SENTINEL_VERSION:=$(shell cat sentinel.version)
TAG?=latest
ldflags = -X github.com/arkeonetwork/arkeo/x/arkeo/configs.Version=$(CHAIN_VERSION) \
ldflags = -X github.com/arkeonetwork/arkeo/x/arkeo/configs.Version=$(LATEST_VERSION) \
-X github.com/arkeonetwork/arkeo/sentinel.Version=$(SENTINEL_VERSION) \
-X github.com/arkeonetwork/arkeo/x/arkeo/configs.GitCommit=$(COMMIT) \
-X github.com/arkeonetwork/arkeo/x/arkeo/configs.BuildTime=${NOW} \
-X github.com/cosmos/cosmos-sdk/version.Name=Arkeo \
-X github.com/cosmos/cosmos-sdk/version.AppName=arkeo \
-X github.com/cosmos/cosmos-sdk/version.Version=$(CHAIN_VERSION) \
-X github.com/cosmos/cosmos-sdk/version.Version=$(LATEST_VERSION) \
-X github.com/cosmos/cosmos-sdk/version.Commit=$(COMMIT) \
-X github.com/cosmos/cosmos-sdk/version.BuildTags=$(TAG)

Expand Down
2 changes: 1 addition & 1 deletion chain.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.1-Prerelease
1

0 comments on commit 469d65d

Please sign in to comment.