Skip to content

Commit

Permalink
chore: bump version (apache#241)
Browse files Browse the repository at this point in the history
Bumping the version to prep for the next release
  • Loading branch information
zeroshade authored Jan 9, 2025
1 parent 365a84a commit 58255a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To build with tinygo include the noasm build tag.
*/
package arrow

const PkgVersion = "18.0.0"
const PkgVersion = "18.1.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/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
Expand Down

0 comments on commit 58255a7

Please sign in to comment.