From bd5dbc6494a8e086a6bb7c838f96a0ec5270deb3 Mon Sep 17 00:00:00 2001 From: ShiftyX1 Date: Tue, 9 Dec 2025 01:41:24 +0300 Subject: [PATCH] fix: update version to 0.31.12 in documentation and constants --- doc/en/main-page.md | 2 +- doc/ru/main-page.md | 2 +- res/content/base/package.json | 2 +- src/constants.hpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/en/main-page.md b/doc/en/main-page.md index 38eec004..773e024c 100644 --- a/doc/en/main-page.md +++ b/doc/en/main-page.md @@ -1,6 +1,6 @@ # Documentation -Documentation for 0.31.1. +Documentation for 0.31.12. > [!WARNING] > Version is in development. Proceed to [Documentation for 0.30.](https://github.com/MihailRis/voxelcore/blob/release-0.30/doc/en/main-page.md) diff --git a/doc/ru/main-page.md b/doc/ru/main-page.md index d8b41f83..1342a615 100644 --- a/doc/ru/main-page.md +++ b/doc/ru/main-page.md @@ -1,6 +1,6 @@ # Документация -Документация версии 0.31.1. +Документация версии 0.31.12. > [!WARNING] > Версия находится в разработке. Перейдите к [документации для 0.30.](https://github.com/MihailRis/voxelcore/blob/release-0.30/doc/ru/main-page.md) diff --git a/res/content/base/package.json b/res/content/base/package.json index ac04582d..2ca219aa 100644 --- a/res/content/base/package.json +++ b/res/content/base/package.json @@ -1,6 +1,6 @@ { "id": "base", "title": "Base", - "version": "0.31.1", + "version": "0.31.12", "description": "basic content package" } diff --git a/src/constants.hpp b/src/constants.hpp index 07c19b39..cb431ba2 100644 --- a/src/constants.hpp +++ b/src/constants.hpp @@ -14,7 +14,7 @@ inline constexpr bool ENGINE_DEBUG_BUILD = false; inline constexpr bool ENGINE_DEBUG_BUILD = true; #endif // NDEBUG -inline const std::string ENGINE_VERSION_STRING = "0.31.1"; +inline const std::string ENGINE_VERSION_STRING = "0.31.12"; /// @brief world regions format version inline constexpr uint REGION_FORMAT_VERSION = 3;