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 a0d725a  Update dist/ for commit 
d91c35b33c7b6ff94f5f929384879352e241ed71
a0d725a is described below

commit a0d725a5e42c796305a85bb18061cb4e19c0c3f2
Author: GitHub Actions <[email protected]>
AuthorDate: Tue Mar 7 17:25:32 2023 +0000

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

diff --git a/dist/nanoarrow.h b/dist/nanoarrow.h
index c895063..0eaec34 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 1
+#define NANOARROW_VERSION_MINOR 2
 #define NANOARROW_VERSION_PATCH 0
-#define NANOARROW_VERSION "0.1.0-SNAPSHOT"
+#define NANOARROW_VERSION "0.2.0-SNAPSHOT"
 
 #define NANOARROW_VERSION_INT                                        \
   (NANOARROW_VERSION_MAJOR * 10000 + NANOARROW_VERSION_MINOR * 100 + \

Reply via email to