This is an automated email from the ASF dual-hosted git repository.
curth 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 621e347 Increase version number for release (#125)
621e347 is described below
commit 621e347e06d772e44d458898bf7443971139d0c6
Author: Curt Hagenlocher <[email protected]>
AuthorDate: Mon Oct 13 13:02:30 2025 -0700
Increase version number for release (#125)
## What's Changed
Bumps the version number in preparation for a release
---
Directory.Build.props | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Directory.Build.props b/Directory.Build.props
index 5845597..77623c9 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -26,9 +26,9 @@
<!-- AssemblyInfo properties -->
<PropertyGroup>
<Product>Apache Arrow library</Product>
- <Copyright>Copyright 2016-2024 The Apache Software Foundation</Copyright>
+ <Copyright>Copyright 2016-2025 The Apache Software Foundation</Copyright>
<Company>The Apache Software Foundation</Company>
- <VersionPrefix>22.0.1</VersionPrefix>
+ <VersionPrefix>22.1.0</VersionPrefix>
</PropertyGroup>
<PropertyGroup>