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

CurtHagenlocher 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 79e3844  Bump version to 23 (#344)
79e3844 is described below

commit 79e3844aca811abb3f9c463c0c27d407723e13be
Author: Curt Hagenlocher <[email protected]>
AuthorDate: Sat May 2 20:22:20 2026 -0700

    Bump version to 23 (#344)
    
    ## What's Changed
    
    Increase version to 23 in preparation for release.
---
 Directory.Build.props | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Directory.Build.props b/Directory.Build.props
index d817765..85c110f 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -28,7 +28,7 @@
     <Product>Apache Arrow library</Product>
     <Copyright>Copyright 2016-2025 The Apache Software Foundation</Copyright>
     <Company>The Apache Software Foundation</Company>
-    <VersionPrefix>22.1.0</VersionPrefix>
+    <VersionPrefix>23.0.0</VersionPrefix>
   </PropertyGroup>
 
   <PropertyGroup>

Reply via email to