This is an automated email from the ASF dual-hosted git repository. zeroshade pushed a commit to branch v18.3.x-maint in repository https://gitbox.apache.org/repos/asf/arrow-go.git
commit a9420414edcd2a9fec6daba9a49e772b3301a345 Author: Matt Topol <zotthewiz...@gmail.com> AuthorDate: Tue Jun 17 17:03:50 2025 -0400 update version to v18.3.1 --- arrow/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arrow/doc.go b/arrow/doc.go index 7bc175c..b4661b9 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.3.0" +const PkgVersion = "18.3.1" //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