Skip to content

Commit bd61f6c

Browse files
authored
Merge pull request #3 from nthienan/feature/add-build-info
Update version
2 parents 080dd4d + 661c06f commit bd61f6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GO ?= go
2-
GOFMT ?= $(GO) fmt
2+
GOFMT ?= $(GO)fmt
33

44
VERSION ?= $(shell cat VERSION)
55
GIT_BRANCH ?= $(subst /,-,$(shell git rev-parse --abbrev-ref HEAD))

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

0 commit comments

Comments
 (0)