release(all): bump version to 0.9.2

- Added new release branch "release/0.9.2" to GitHub workflow.
- Updated the CURRENT_VERSION field in the packaging configuration.
- Updated Docker images for api, worker, and web services to version 0.9.2.
- Updated web application package.json version to 0.9.2.
This commit is contained in:
-LAN-
2024-10-10 16:47:04 +08:00
parent f45042aa8e
commit 40f2e7d821
5 changed files with 9 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "dify-web",
"version": "0.9.1",
"version": "0.9.2",
"private": true,
"engines": {
"node": ">=18.17.0"