From 477cde5da7bef5c29df53f05dd074091296a7469 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 7 Dec 2020 11:17:53 +0100 Subject: [PATCH] Bump version to v0.1.1 --- docs/operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations.md b/docs/operations.md index 7e756f6f2..c5e770eea 100644 --- a/docs/operations.md +++ b/docs/operations.md @@ -62,7 +62,7 @@ First, check out the version of the Wormhole repo that you want to deploy: ```bash git clone https://github.com/certusone/wormhole && cd wormhole -git checkout v0.1.0 +git checkout v0.1.1 ``` Then, compile the release binaries as an unprivileged build user: