This is an automated email from the ASF dual-hosted git repository. paleolimbot pushed a commit to branch maint-0.3.0 in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
commit c00cd7707bcddb4dab9a7d19bf63e87c06d36c63 Author: Dewey Dunnington <[email protected]> AuthorDate: Tue Sep 26 11:32:37 2023 -0300 fix dist/ version --- dist/nanoarrow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/nanoarrow.h b/dist/nanoarrow.h index 3999d60..b664344 100644 --- a/dist/nanoarrow.h +++ b/dist/nanoarrow.h @@ -21,7 +21,7 @@ #define NANOARROW_VERSION_MAJOR 0 #define NANOARROW_VERSION_MINOR 3 #define NANOARROW_VERSION_PATCH 0 -#define NANOARROW_VERSION "0.3.0-SNAPSHOT" +#define NANOARROW_VERSION "0.3.0" #define NANOARROW_VERSION_INT \ (NANOARROW_VERSION_MAJOR * 10000 + NANOARROW_VERSION_MINOR * 100 + \
