aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Richey <joerichey@google.com>2019-09-11 17:00:09 -0700
committerGitHub <noreply@github.com>2019-09-11 17:00:09 -0700
commit672cce613a8b3acf66e0f288206b1fcbff7d41cd (patch)
tree971742e4a192ee82cb0ab91f21e82c355029f6b5
parentd3a1991d4665578e5f315d4aab00b4e29c01df07 (diff)
Prepare v0.2.5 (#147)v0.2.5
Also add go version attrubute to go.mod
-rw-r--r--Makefile2
-rw-r--r--go.mod2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6c5782..975cfa5 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
# the License.
# Update on each new release!!
-VERSION := v0.2.4
+VERSION := v0.2.5
NAME := fscrypt
PAM_NAME := pam_$(NAME)
diff --git a/go.mod b/go.mod
index 5c56e15..95b6f11 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,7 @@
module github.com/google/fscrypt
+go 1.12
+
require (
github.com/golang/protobuf v1.2.0
github.com/pkg/errors v0.8.0