diff --git a/Makefile b/Makefile index d6c5782e..975cfa5a 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 5c56e156..95b6f115 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