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

[arrow-julia] branch jq-bump updated: Bump Arrow version to 2.4.2

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

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


The following commit(s) were added to refs/heads/jq-bump by this push:
     new 3dd73d1  Bump Arrow version to 2.4.2
3dd73d1 is described below

commit 3dd73d1af42f6ec6ab99ea1dbfff5d55dda36c41
Author: Jacob Quinn <qu...@gmail.com>
AuthorDate: Fri Jan 13 00:27:55 2023 -0700

    Bump Arrow version to 2.4.2
---
 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"