From 9ead15a9862d650cbede245c05386a6819872fb7 Mon Sep 17 00:00:00 2001 From: Matt Topol Date: Fri, 27 Feb 2026 13:44:08 -0500 Subject: [PATCH] chore(arrow): bump PkgVersion to 18.5.2 --- arrow/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow/doc.go b/arrow/doc.go index 6f3d19658..c97b0d14e 100644 --- a/arrow/doc.go +++ b/arrow/doc.go @@ -34,7 +34,7 @@ To build with tinygo include the noasm build tag. */ package arrow -const PkgVersion = "18.5.1" +const PkgVersion = "18.5.2" //go:generate go run _tools/tmpl/main.go -i -data=numeric.tmpldata type_traits_numeric.gen.go.tmpl type_traits_numeric.gen_test.go.tmpl array/numeric.gen.go.tmpl array/numericbuilder.gen.go.tmpl array/bufferbuilder_numeric.gen.go.tmpl //go:generate go run _tools/tmpl/main.go -i -data=datatype_numeric.gen.go.tmpldata datatype_numeric.gen.go.tmpl tensor/numeric.gen.go.tmpl tensor/numeric.gen_test.go.tmpl