From 5ca9ee3200a2a1ccc345fa3db0c822458e01a448 Mon Sep 17 00:00:00 2001 From: Sam <40273116+Aweptimum@users.noreply.github.com> Date: Fri, 15 Mar 2024 15:17:22 -0400 Subject: [PATCH] Update ext version in php_tensor.h --- ext/php_tensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/php_tensor.h b/ext/php_tensor.h index 705a7ad..5c3b6a9 100644 --- a/ext/php_tensor.h +++ b/ext/php_tensor.h @@ -11,7 +11,7 @@ #include "kernel/globals.h" #define PHP_TENSOR_NAME "tensor" -#define PHP_TENSOR_VERSION "3.0.4" +#define PHP_TENSOR_VERSION "3.0.5" #define PHP_TENSOR_EXTNAME "tensor" #define PHP_TENSOR_AUTHOR "The Rubix ML Community" #define PHP_TENSOR_ZEPVERSION "0.17.0-$Id$"