Skip to content

Commit

Permalink
Merge pull request #91 from google/version
Browse files Browse the repository at this point in the history
Release: v0.2.3
  • Loading branch information
josephlr authored Feb 12, 2018
2 parents b4a794d + 679cf0c commit e131cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# the License.

# Update on each new release!!
VERSION := 0.2.2
VERSION := v0.2.3
NAME := fscrypt
PAM_NAME := pam_$(NAME)

Expand Down Expand Up @@ -64,7 +64,7 @@ export CGO_CFLAGS = $(CFLAGS)
GO_LINK_FLAGS := -s -w

# Flag to embed the version (pulled from tags) into the binary.
# TAG_VERSION := $(shell git describe --tags)
TAG_VERSION := $(shell git describe --tags)
VERSION_FLAG := -X "main.version=$(if $(TAG_VERSION),$(TAG_VERSION),$(VERSION))"
# Flag to embed the date and time of the build into the binary.
DATE_FLAG := -X "main.buildTime=$(shell date)"
Expand Down

0 comments on commit e131cec

Please sign in to comment.