We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c32fb52 commit 43698f4Copy full SHA for 43698f4
Makefile
@@ -6,7 +6,7 @@ DIFF_TAG=$(shell git rev-list --tags="v*" --max-count=1 --not $(shell git rev-li
6
DEFAULT_TAG=$(shell git rev-list --tags="v*" --max-count=1)
7
# VERSION ?= $(shell echo $(shell git describe --tags $(or $(DIFF_TAG), $(DEFAULT_TAG))) | sed 's/^v//')
8
9
-VERSION := "1.8.0"
+VERSION := "1.8.1"
10
CBFTVERSION := $(shell go list -m github.com/cometbft/cometbft | sed 's:.* ::')
11
COMMIT := $(shell git log -1 --format='%H')
12
LEDGER_ENABLED ?= true
0 commit comments