diff --git a/docs/_config.yml b/docs/_config.yml
index 5a12f5f058aa2..010567b6480dd 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -14,7 +14,7 @@
# limitations under the License.
exclude: [guidelines.md, "Gemfile", "Gemfile.lock", README.adoc, "_docs/code-snippets", "_docs/includes", '*.sh']
attrs: &asciidoc_attributes
- version: 2.17.0-SNAPSHOT
+ version: 2.18.0-SNAPSHOT
base_url: /docs
stylesdir: /docs/assets/css
imagesdir: /docs
diff --git a/docs/_docs/code-snippets/java/pom.xml b/docs/_docs/code-snippets/java/pom.xml
index 473a92156eb7e..66b95b0878140 100644
--- a/docs/_docs/code-snippets/java/pom.xml
+++ b/docs/_docs/code-snippets/java/pom.xml
@@ -24,7 +24,7 @@
1.0.0-SNAPSHOT
UTF-8
- 2.17.0-SNAPSHOT
+ 2.18.0-SNAPSHOT
diff --git a/modules/checkstyle/pom.xml b/modules/checkstyle/pom.xml
index 179ce8ccf7a44..25d6a875958ad 100644
--- a/modules/checkstyle/pom.xml
+++ b/modules/checkstyle/pom.xml
@@ -40,7 +40,7 @@
11
11
pom-installed.xml
- 2.17.0-SNAPSHOT
+ 2.18.0-SNAPSHOT
8.45
diff --git a/modules/core/src/main/resources/ignite.properties b/modules/core/src/main/resources/ignite.properties
index 009b2a9006ae0..e83b6534e7a73 100644
--- a/modules/core/src/main/resources/ignite.properties
+++ b/modules/core/src/main/resources/ignite.properties
@@ -15,7 +15,7 @@
# limitations under the License.
#
-ignite.version=2.17.0-SNAPSHOT
+ignite.version=2.18.0-SNAPSHOT
ignite.build=0
ignite.revision=DEV
ignite.rel.date=01011970
diff --git a/modules/dev-utils/ignite-modules-test/build.gradle b/modules/dev-utils/ignite-modules-test/build.gradle
index 92012add56f76..a46f0189847ca 100644
--- a/modules/dev-utils/ignite-modules-test/build.gradle
+++ b/modules/dev-utils/ignite-modules-test/build.gradle
@@ -26,7 +26,7 @@ sourceCompatibility = 11
targetCompatibility = 11
ext {
- ignVer = '2.17.0-SNAPSHOT'
+ ignVer = '2.18.0-SNAPSHOT'
moduleName = 'ignite_modules_test'
}
diff --git a/modules/ducktests/tests/ignitetest/__init__.py b/modules/ducktests/tests/ignitetest/__init__.py
index 0265d8293abad..22a4b08485263 100644
--- a/modules/ducktests/tests/ignitetest/__init__.py
+++ b/modules/ducktests/tests/ignitetest/__init__.py
@@ -19,4 +19,4 @@
# due to python version naming restrictions, which are enforced by python packaging tools
# (see https://www.python.org/dev/peps/pep-0440/)
#
-__version__ = '2.17.0-SNAPSHOT'
+__version__ = '2.18.0-SNAPSHOT'
diff --git a/modules/platforms/cpp/CMakeLists.txt b/modules/platforms/cpp/CMakeLists.txt
index d3c22feeae778..7d3d69972e5bf 100644
--- a/modules/platforms/cpp/CMakeLists.txt
+++ b/modules/platforms/cpp/CMakeLists.txt
@@ -16,7 +16,7 @@
#
cmake_minimum_required(VERSION 3.6)
-project(Ignite.C++ VERSION 2.17.0.23483)
+project(Ignite.C++ VERSION 2.18.0.24515)
set(CMAKE_CXX_STANDARD 98)
diff --git a/modules/platforms/dotnet/SharedAssemblyInfo.cs b/modules/platforms/dotnet/SharedAssemblyInfo.cs
index a52245afe1682..d0b1f347cdd37 100644
--- a/modules/platforms/dotnet/SharedAssemblyInfo.cs
+++ b/modules/platforms/dotnet/SharedAssemblyInfo.cs
@@ -24,6 +24,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
-[assembly: AssemblyVersion("2.17.0.23483")]
-[assembly: AssemblyFileVersion("2.17.0.23483")]
-[assembly: AssemblyInformationalVersion("2.17.0")]
+[assembly: AssemblyVersion("2.18.0.24515")]
+[assembly: AssemblyFileVersion("2.18.0.24515")]
+[assembly: AssemblyInformationalVersion("2.18.0")]
diff --git a/parent/pom.xml b/parent/pom.xml
index 4bbffbe7b6db7..e720dcbf8b991 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -49,7 +49,7 @@
11
11
- 2.17.0-SNAPSHOT
+ 2.18.0-SNAPSHOT
${revision}