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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3952320  Update dist/ for commit 
798a1b8f096c84e2b6f887427649f1cb496412b2
3952320 is described below

commit 3952320d2d54d1af54db21ad688672984b45eb9c
Author: GitHub Actions <[email protected]>
AuthorDate: Sat Sep 30 01:24:39 2023 +0000

    Update dist/ for commit 798a1b8f096c84e2b6f887427649f1cb496412b2
---
 dist/nanoarrow.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dist/nanoarrow.h b/dist/nanoarrow.h
index 3999d60..db25eda 100644
--- a/dist/nanoarrow.h
+++ b/dist/nanoarrow.h
@@ -19,9 +19,9 @@
 #define NANOARROW_BUILD_ID_H_INCLUDED
 
 #define NANOARROW_VERSION_MAJOR 0
-#define NANOARROW_VERSION_MINOR 3
+#define NANOARROW_VERSION_MINOR 4
 #define NANOARROW_VERSION_PATCH 0
-#define NANOARROW_VERSION "0.3.0-SNAPSHOT"
+#define NANOARROW_VERSION "0.4.0-SNAPSHOT"
 
 #define NANOARROW_VERSION_INT                                        \
   (NANOARROW_VERSION_MAJOR * 10000 + NANOARROW_VERSION_MINOR * 100 + \

Reply via email to