From fe0ba79e51a09c5110d3fa4912fb33bfc0a5ba3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Mon, 6 Jan 2025 13:13:01 +0300 Subject: [PATCH] catch2 3.8.0 --- catch2/alr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catch2/alr.sh b/catch2/alr.sh index c10d8a5..21d1036 100644 --- a/catch2/alr.sh +++ b/catch2/alr.sh @@ -1,5 +1,5 @@ name='catch2' -version='3.6.0' +version='3.8.0' release='1' desc='Modern, C++-native, header-only, test framework for unit-tests, TDD and BDD.' homepage='https://github.com/catchorg/catch2'