diff options
| author | Joseph Richey <joerichey@google.com> | 2020-02-10 23:20:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-10 23:20:14 -0800 |
| commit | 43b4079fd8b52e64d694229311afcbcca0e35b19 (patch) | |
| tree | dead467257282100f7bd963176500c8a7f7edc74 /Makefile | |
| parent | c4fa1f4ccb407f44dfabf91d1214f06c277a1b9f (diff) | |
Release version v0.2.6 (#198)v0.2.6
* Release version v0.2.6
Fixes #195
Also, update the encrypted API key.
My person access token had expired, this one should work now.
Signed-off-by: Joe Richey <joerichey@google.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ # the License. # Update on each new release!! -VERSION := v0.2.5 +VERSION := v0.2.6 NAME := fscrypt PAM_NAME := pam_$(NAME) |