You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2023/01/13 08:06:20 UTC

[arrow-julia] branch main updated: Bump Arrow version to 2.4.2 (#377)

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

kou 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 81ebfe6  Bump Arrow version to 2.4.2 (#377)
81ebfe6 is described below

commit 81ebfe63047533cde9c4775e9e70c732e851109c
Author: Jacob Quinn <qu...@gmail.com>
AuthorDate: Fri Jan 13 01:06:15 2023 -0700

    Bump Arrow version to 2.4.2 (#377)
---
 Project.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Project.toml b/Project.toml
index f60b87c..deb8ada 100644
--- a/Project.toml
+++ b/Project.toml
@@ -18,7 +18,7 @@
 name = "Arrow"
 uuid = "69666777-d1a9-59fb-9406-91d4454c9d45"
 authors = ["quinnj <qu...@gmail.com>"]
-version = "2.4.1"
+version = "2.4.2"
 
 [deps]
 ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"