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

zstan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 2506d645860 IGNITE-26784 Change last release version (#6817)
2506d645860 is described below

commit 2506d645860c96ab9b37574a7f7d61d5ce3e83cc
Author: Evgeniy Stanilovskiy <[email protected]>
AuthorDate: Thu Oct 30 10:26:31 2025 +0300

    IGNITE-26784 Change last release version (#6817)
---
 gradle.properties                                    | 2 +-
 modules/platforms/cpp/_version.txt                   | 2 +-
 modules/platforms/dotnet/version.json                | 2 +-
 modules/platforms/python/pyignite_dbapi/_version.txt | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index eabf59623a4..dee6757a398 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -30,7 +30,7 @@ org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8
 
 # Project version to assign to the java projects and native platform builds.
 # After modifying this version run `./gradlew :platforms:updateVersion` to 
update files needed for C/C++, .NET and Python builds.
-projectVersion = 3.1.0-SNAPSHOT
+projectVersion = 3.2.0-SNAPSHOT
 
 # Versions to use to build DB API Driver wheels.
 dbapiPythonVersions = 39,310,311,312,313
diff --git a/modules/platforms/cpp/_version.txt 
b/modules/platforms/cpp/_version.txt
index a0cd9f0ccb0..a4f52a5dbb5 100644
--- a/modules/platforms/cpp/_version.txt
+++ b/modules/platforms/cpp/_version.txt
@@ -1 +1 @@
-3.1.0
\ No newline at end of file
+3.2.0
\ No newline at end of file
diff --git a/modules/platforms/dotnet/version.json 
b/modules/platforms/dotnet/version.json
index d30cb9c7c44..c90c266fc9a 100644
--- a/modules/platforms/dotnet/version.json
+++ b/modules/platforms/dotnet/version.json
@@ -1,6 +1,6 @@
 {
     "$schema": 
"https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json";,
-    "version": "3.1.0-snapshot",
+    "version": "3.2.0-snapshot",
     "publicReleaseRefSpec": [
         "^refs/heads/main",
         "^refs/heads/ignite-3\\.\\d+.*$"
diff --git a/modules/platforms/python/pyignite_dbapi/_version.txt 
b/modules/platforms/python/pyignite_dbapi/_version.txt
index a0cd9f0ccb0..a4f52a5dbb5 100644
--- a/modules/platforms/python/pyignite_dbapi/_version.txt
+++ b/modules/platforms/python/pyignite_dbapi/_version.txt
@@ -1 +1 @@
-3.1.0
\ No newline at end of file
+3.2.0
\ No newline at end of file

Reply via email to