Skip to content

Commit

Permalink
Add VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
iyangsj committed Sep 26, 2019
1 parent 9004a5f commit ec9eadf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ GOGET := $(GO) get
GOGEN := $(GO) generate

# init bfe version
BFE_VERSION ?= $(shell git rev-parse --short HEAD || echo "GitNotFound")
BFE_VERSION ?= $(shell cat VERSION)

# make, make all
all: prepare compile package
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.2.0-dev

0 comments on commit ec9eadf

Please sign in to comment.