You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ba...@apache.org on 2023/06/06 18:59:52 UTC

[arrow-julia] branch main updated: bump version for new release (#455)

This is an automated email from the ASF dual-hosted git repository.

baumgold pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git


The following commit(s) were added to refs/heads/main by this push:
     new 5b6d412  bump version for new release (#455)
5b6d412 is described below

commit 5b6d412685bfebb7164694cd55339aa7fe974f74
Author: Ben Baumgold <49...@users.noreply.github.com>
AuthorDate: Tue Jun 6 14:59:46 2023 -0400

    bump version for new release (#455)
    
    Includes the bug-fix from #453 / #454
---
 src/ArrowTypes/Project.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ArrowTypes/Project.toml b/src/ArrowTypes/Project.toml
index 18644f4..fec92d6 100644
--- a/src/ArrowTypes/Project.toml
+++ b/src/ArrowTypes/Project.toml
@@ -18,7 +18,7 @@
 name = "ArrowTypes"
 uuid = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
 authors = ["quinnj <qu...@gmail.com>"]
-version = "2.2.0"
+version = "2.2.1"
 
 [deps]
 Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"