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-dotnet.git


The following commit(s) were added to refs/heads/main by this push:
     new 12d3203  chore: Bump version to 22.0.1 (#72)
12d3203 is described below

commit 12d320346bd7e6109d9762597792e62fd4fac595
Author: Sutou Kouhei <[email protected]>
AuthorDate: Tue Sep 16 12:54:08 2025 +0900

    chore: Bump version to 22.0.1 (#72)
    
    ## What's Changed
    
    There are only backward compatible bug fixes for the next release.
    
    #57
---
 Directory.Build.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Directory.Build.props b/Directory.Build.props
index 14770c2..4dab837 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -28,7 +28,7 @@
     <Product>Apache Arrow library</Product>
     <Copyright>Copyright 2016-2024 The Apache Software Foundation</Copyright>
     <Company>The Apache Software Foundation</Company>
-    <Version>22.0.0</Version>
+    <Version>22.0.1</Version>
   </PropertyGroup>
 
   <PropertyGroup>

Reply via email to