Skip to content

Commit

Permalink
Merge branch 'dev/v1.0.x' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
toml01 authored Oct 20, 2020
2 parents fb7f13b + ee1d464 commit 4457a4e
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 57 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PACKAGES=$(shell go list ./... | grep -v '/simulation')
VERSION ?= $(shell echo $(shell git describe --tags) | sed 's/^v//')
COMMIT := $(shell git log -1 --format='%H')
CURRENT_BRANCH := $(shell git branch --show-current)
CURRENT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
LEDGER_ENABLED ?= true
BINDIR ?= $(GOPATH)/bin
BUILD_PROFILE ?= release
Expand Down
Loading

0 comments on commit 4457a4e

Please sign in to comment.