From fdb01a315a743613a30d8926605c8288692e2ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20R=C3=B3=C5=BCa=C5=84ski?= Date: Wed, 10 Jul 2024 18:10:45 +0200 Subject: [PATCH] bump post-rs to v0.7.11-alpha.0 --- Makefile.Inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.Inc b/Makefile.Inc index c92672091..5f5757ab3 100644 --- a/Makefile.Inc +++ b/Makefile.Inc @@ -51,7 +51,7 @@ else endif # Also update 'SUPPORTED_VERSION' in internal/postrs/version_check.go -POSTRS_SETUP_REV = 0.7.10 +POSTRS_SETUP_REV = 0.7.11-alpha.0 POSTRS_SETUP_ZIP = libpost-$(platform)-v$(POSTRS_SETUP_REV).zip POSTRS_SETUP_URL_ZIP ?= https://github.com/spacemeshos/post-rs/releases/download/v$(POSTRS_SETUP_REV)/$(POSTRS_SETUP_ZIP)