diff --git a/Makefile-libs.Inc b/Makefile-libs.Inc index fd3016c798..82debfa0e9 100644 --- a/Makefile-libs.Inc +++ b/Makefile-libs.Inc @@ -47,7 +47,7 @@ else endif endif -POSTRS_SETUP_REV = 0.7.11 +POSTRS_SETUP_REV = 0.7.13 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) diff --git a/systest/Makefile b/systest/Makefile index 6909ba7f61..c776efcfcc 100644 --- a/systest/Makefile +++ b/systest/Makefile @@ -5,9 +5,9 @@ tmpfile := $(shell mktemp /tmp/systest-XXX) test_name ?= TestSmeshing org ?= spacemeshos image_name ?= $(org)/systest:$(version_info) -certifier_image ?= spacemeshos/certifier-service:v0.7.11 +certifier_image ?= spacemeshos/certifier-service:v0.7.13 poet_image ?= $(org)/poet:v0.10.3 -post_service_image ?= $(org)/post-service:v0.7.11 +post_service_image ?= $(org)/post-service:v0.7.13 post_init_image ?= $(org)/postcli:v0.12.5 smesher_image ?= $(org)/go-spacemesh-dev:$(version_info) bs_image ?= $(org)/go-spacemesh-dev-bs:$(version_info)