aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2021-06-24 15:44:57 -0700
committerEric Biggers <ebiggers@google.com>2021-06-24 15:45:15 -0700
commit3b72157b4389096dc160ee5e526c984c1680adcc (patch)
treed01a54a258f264b22918c2adcb9071523180397b
parenta58f0a3a9a5356ef50072414864ec97abaa9d752 (diff)
downloadfsverity-utils-3b72157b4389096dc160ee5e526c984c1680adcc.tar.gz
Fix the METADATA file
I forgot to update 'version' and 'last_upgrade_date' when doing the upgrade to v1.4. Change-Id: I10cb5be8e087d684fc14d2779107c15970e4a3f7
-rw-r--r--METADATA6
1 files changed, 3 insertions, 3 deletions
diff --git a/METADATA b/METADATA
index 6fb345f..c6dc55d 100644
--- a/METADATA
+++ b/METADATA
@@ -5,12 +5,12 @@ third_party {
type: GIT
value: "https://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/fsverity-utils.git"
}
- version: "v1.3"
+ version: "v1.4"
# would be NOTICE save for common/fsverity_uapi.h
license_type: RESTRICTED
last_upgrade_date {
year: 2021
- month: 1
- day: 19
+ month: 6
+ day: 15
}
}