From ee12203003a71a75f87130468009e250ee389ad5 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Sat, 22 Jun 2024 18:11:04 +0900 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c66995e..bda06d7 100644 --- a/README.md +++ b/README.md @@ -253,10 +253,10 @@ Use [Minisign](https://jedisct1.github.io/minisign/) to verify signatures. You c For example: ``` -$ minisign -Vm tird-v0.15.0-linux-amd64.zip -P RWQLYkPbRQ8b56zEe8QdbjLFqC9UrjOaYxW5JxwsWV7v0ct/F/XfJlel +$ minisign -Vm tird-v0.15.1-linux-amd64.zip -P RWQLYkPbRQ8b56zEe8QdbjLFqC9UrjOaYxW5JxwsWV7v0ct/F/XfJlel ``` -This requires the signature `tird-v0.15.0-linux-amd64.zip.minisig` to be present in the same directory. +This requires the signature `tird-v0.15.1-linux-amd64.zip.minisig` to be present in the same directory. ---