aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2018-02-12 02:10:54 -0800
committerGitHub <noreply@github.com>2018-02-12 02:10:54 -0800
commite131cec6ef8554d394a2fe9d8bd85498b1703d7a (patch)
treeb5f248f1a843ad37a3f2a01c6bbccf4824345fe1 /Makefile
parentb4a794d5c1e6017fe325678020d518a3a63854d2 (diff)
parent679cf0c38822faedfc4e68ad1e03e5757ed7db1d (diff)
Merge pull request #91 from google/versionv0.2.3
Release: v0.2.3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4b83cf0..d20335d 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
@@ -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)"