Skip to content

Commit c6ce2ef

Browse files
authored
chore: bump version number (#487)
1 parent 0606cfb commit c6ce2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrow/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To build with tinygo include the noasm build tag.
3434
*/
3535
package arrow
3636

37-
const PkgVersion = "18.4.0"
37+
const PkgVersion = "18.4.1"
3838

3939
//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
4040
//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

0 commit comments

Comments
 (0)