From e15c219ce7758152cf0bd4dda9cc23a612e1ea8d Mon Sep 17 00:00:00 2001 From: Riccardo Montagnin Date: Fri, 23 Jun 2023 10:00:43 -0500 Subject: [PATCH] chore: added v5.2.0 upgrade info --- upgrades/v5.2.0.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 upgrades/v5.2.0.json diff --git a/upgrades/v5.2.0.json b/upgrades/v5.2.0.json new file mode 100644 index 0000000..4d25ad3 --- /dev/null +++ b/upgrades/v5.2.0.json @@ -0,0 +1,5 @@ +{ + "binaries": { + "linux/amd64": "https://github.com/desmos-labs/desmos/releases/download/v5.2.0/desmos-5.2.0-linux-amd64?checksum=sha256:6effb01e10efabeeaa8121dc3225a36d83a1f1525959a5d8bb7d638daa27617e" + } +}