diff --git a/cocos/core/global-exports.ts b/cocos/core/global-exports.ts index 0e59bf5bd68..25a4e32a6a2 100644 --- a/cocos/core/global-exports.ts +++ b/cocos/core/global-exports.ts @@ -46,7 +46,7 @@ if (DEV) { legacyCC._Test = {}; } -const engineVersion = '3.8.4'; +const engineVersion = '3.8.5'; /** * @en diff --git a/native/cocos/cocos-version.h b/native/cocos/cocos-version.h index ca71277b850..510c8e0eb46 100644 --- a/native/cocos/cocos-version.h +++ b/native/cocos/cocos-version.h @@ -25,9 +25,9 @@ THE SOFTWARE. #define COCOS_MAJOR_VERSION 3 #define COCOS_MINJOR_VERSION 8 -#define COCOS_PATCH_VERSION 4 -#define COCOS_VERSION_STRING "3.8.4" +#define COCOS_PATCH_VERSION 5 +#define COCOS_VERSION_STRING "3.8.5" #define COCOS_VERSION_DEFINED 1 -#define COCOS_VERSION 30804 +#define COCOS_VERSION 30805 // #define COCOS_PRE_RELEASE "release" diff --git a/package-lock.json b/package-lock.json index 9eccf654076..eedd61f4453 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cocos-creator", - "version": "3.8.4", + "version": "3.8.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cocos-creator", - "version": "3.8.4", + "version": "3.8.5", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index f6fd0435d8c..0f1a40cbbec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cocos-creator", - "version": "3.8.4", + "version": "3.8.5", "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",