This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
The following commit(s) were added to refs/heads/main by this push:
new 0716bc64 chore: bump version number (#959)
0716bc64 is described below
commit 0716bc64bc48e7322fcae137e14cf74cd94747fe
Author: Matt Topol <[email protected]>
AuthorDate: Sun Jul 19 15:30:19 2026 -0400
chore: bump version number (#959)
bumping for next release
---
arrow/doc.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arrow/doc.go b/arrow/doc.go
index 389d2fbd..460d2030 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.6.0"
+const PkgVersion = "18.7.0"
//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/numericbuilder.gen.go.tmpl array/numericbuilder.gen_test.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