You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2023/09/13 06:25:04 UTC

[arrow-flight-sql-postgresql] branch main updated: Bump version to 0.2.0 (#121)

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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-flight-sql-postgresql.git


The following commit(s) were added to refs/heads/main by this push:
     new e41da30  Bump version to 0.2.0 (#121)
e41da30 is described below

commit e41da30685fd8cea7a4dacec22393895a6258f77
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Wed Sep 13 15:25:00 2023 +0900

    Bump version to 0.2.0 (#121)
---
 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meson.build b/meson.build
index 7adefd2..20dc348 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@ project('arrow-flight-sql-postgresql', 'c', 'cpp',
         license: 'Apache-2.0',
         # Meson 1.1.0 or later is required.
         # license_files: ['LICENSE.txt', 'NOTICE.txt'],
-        version: '0.1.0')
+        version: '0.2.0')
 
 prefix = get_option('prefix')
 data_dir = prefix / get_option('datadir')