From f58aa25dc823c4bd44426920f54f3748d68bbe53 Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 7 Dec 2020 18:05:41 +0100 Subject: [PATCH] Bump version --- docs/operations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations.md b/docs/operations.md index f9e0afc39..e5bcdd2f7 100644 --- a/docs/operations.md +++ b/docs/operations.md @@ -72,7 +72,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.1 +git checkout v0.1.2 ``` Then, compile the release binaries as an unprivileged build user: