diff --git a/cocos/core/global-exports.ts b/cocos/core/global-exports.ts index d39dd53f854..37b9d0d96f9 100644 --- a/cocos/core/global-exports.ts +++ b/cocos/core/global-exports.ts @@ -55,7 +55,7 @@ if (DEV) { cclegacy._Test = {}; } -const engineVersion = '3.8.5'; +const engineVersion = '3.8.6'; /** * @en diff --git a/native/cocos/cocos-version.h b/native/cocos/cocos-version.h index 510c8e0eb46..2b5b7890fcb 100644 --- a/native/cocos/cocos-version.h +++ b/native/cocos/cocos-version.h @@ -23,11 +23,11 @@ THE SOFTWARE. ****************************************************************************/ #pragma once -#define COCOS_MAJOR_VERSION 3 -#define COCOS_MINJOR_VERSION 8 -#define COCOS_PATCH_VERSION 5 -#define COCOS_VERSION_STRING "3.8.5" -#define COCOS_VERSION_DEFINED 1 -#define COCOS_VERSION 30805 +#define COCOS_MAJOR_VERSION 3 +#define COCOS_MINJOR_VERSION 8 +#define COCOS_PATCH_VERSION 5 +#define COCOS_VERSION_STRING "3.8.5" +#define COCOS_VERSION_DEFINED 1 +#define COCOS_VERSION 30805 // #define COCOS_PRE_RELEASE "release" diff --git a/package-lock.json b/package-lock.json index 4f80c0c3249..e790eedeb40 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cocos-creator", - "version": "3.8.5", + "version": "3.8.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cocos-creator", - "version": "3.8.5", + "version": "3.8.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index de6268b2560..570ee42ad26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cocos-creator", - "version": "3.8.5", + "version": "3.8.6", "description": "Cocos Creator is a cross-platform 2D & 3D game engine written in C++ and TypeScript, licensed under MIT.", "homepage": "http://www.cocos.com", "license": "MIT",