diff options
| author | Joseph Richey <joerichey@google.com> | 2019-09-11 17:00:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-11 17:00:09 -0700 |
| commit | 672cce613a8b3acf66e0f288206b1fcbff7d41cd (patch) | |
| tree | 971742e4a192ee82cb0ab91f21e82c355029f6b5 | |
| parent | d3a1991d4665578e5f315d4aab00b4e29c01df07 (diff) | |
Prepare v0.2.5 (#147)v0.2.5
Also add go version attrubute to go.mod
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | go.mod | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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) @@ -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 |