From 6bc6dd0dc9b60e440924d850b5a4c1040c50d0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20A=C3=AFv=C3=A1zis?= Date: Thu, 6 Jul 2023 09:56:12 +0300 Subject: [PATCH] mm: the bootstrap logic now pulls {pyre-1.12.1} --- mm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm.py b/mm.py index fef0b8d..446ae64 100755 --- a/mm.py +++ b/mm.py @@ -22,7 +22,7 @@ os.makedirs(pdir, exist_ok=True) # the target version - release = "v1.12.0" + release = "v1.12.1" # the bootstrapping package boot = "pyre-boot.zip"