Skip to content

Commit

Permalink
Prepare v0.2.5 (#147)
Browse files Browse the repository at this point in the history
Also add go version attrubute to go.mod
  • Loading branch information
josephlr authored Sep 12, 2019
1 parent d3a1991 commit 672cce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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 := v0.2.4
VERSION := v0.2.5
NAME := fscrypt
PAM_NAME := pam_$(NAME)

Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 672cce6

Please sign in to comment.