Skip to content

Commit a942041

Browse files
committed
update version to v18.3.1
1 parent 60e36a4 commit a942041

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.3.0"
37+
const PkgVersion = "18.3.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)