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/06/09 03:29:51 UTC

[arrow-julia] 01/01: Bump Arrow & ArrowTypes versions

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

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

commit 225a6055f60767660315224e890a906c3d990412
Author: Jacob Quinn <qu...@gmail.com>
AuthorDate: Thu Jun 8 21:29:38 2023 -0600

    Bump Arrow & ArrowTypes versions
---
 Project.toml                | 2 +-
 src/ArrowTypes/Project.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Project.toml b/Project.toml
index 405c87b..c31128d 100644
--- a/Project.toml
+++ b/Project.toml
@@ -17,7 +17,7 @@
 name = "Arrow"
 uuid = "69666777-d1a9-59fb-9406-91d4454c9d45"
 authors = ["quinnj <qu...@gmail.com>"]
-version = "2.6.1"
+version = "2.6.2"
 
 [deps]
 ArrowTypes = "31f734f8-188a-4ce0-8406-c8a06bd891cd"
diff --git a/src/ArrowTypes/Project.toml b/src/ArrowTypes/Project.toml
index fec92d6..cf58e80 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.1"
+version = "2.2.2"
 
 [deps]
 Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"