From e2c1b96844cfcb6792a5e2187c31186e3c39272d Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 1 Mar 2023 18:23:59 +0000 Subject: [PATCH] update version --- ext/crt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/crt.c b/ext/crt.c index c6053a1..3202abe 100644 --- a/ext/crt.c +++ b/ext/crt.c @@ -263,7 +263,7 @@ static PHP_GINIT_FUNCTION(awscrt) { awscrt_globals->log_level = 0; } -#define CRT_VERSION "0.1.0" +#define CRT_VERSION "1.0.4" zend_module_entry awscrt_module_entry = { STANDARD_MODULE_HEADER,