Skip to content

Commit 2506d64

Browse files
authored
IGNITE-26784 Change last release version (#6817)
1 parent dd091a9 commit 2506d64

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ org.gradle.jvmargs=-Xmx4g -Dfile.encoding=UTF-8
3030

3131
# Project version to assign to the java projects and native platform builds.
3232
# After modifying this version run `./gradlew :platforms:updateVersion` to update files needed for C/C++, .NET and Python builds.
33-
projectVersion = 3.1.0-SNAPSHOT
33+
projectVersion = 3.2.0-SNAPSHOT
3434

3535
# Versions to use to build DB API Driver wheels.
3636
dbapiPythonVersions = 39,310,311,312,313

modules/platforms/cpp/_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.2.0

modules/platforms/dotnet/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "3.1.0-snapshot",
3+
"version": "3.2.0-snapshot",
44
"publicReleaseRefSpec": [
55
"^refs/heads/main",
66
"^refs/heads/ignite-3\\.\\d+.*$"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.2.0

0 commit comments

Comments
 (0)