소스 검색

feat: bump version 0.4.3 (#1930)

tags/0.4.3
takatost 1 년 전
부모
커밋
97c972f14d
No account linked to committer's email address
3개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 1
    1
      api/config.py
  2. 3
    3
      docker/docker-compose.yaml
  3. 1
    1
      web/package.json

+ 1
- 1
api/config.py 파일 보기

@@ -88,7 +88,7 @@ class Config:
# ------------------------
# General Configurations.
# ------------------------
self.CURRENT_VERSION = "0.4.2"
self.CURRENT_VERSION = "0.4.3"
self.COMMIT_SHA = get_env('COMMIT_SHA')
self.EDITION = "SELF_HOSTED"
self.DEPLOY_ENV = get_env('DEPLOY_ENV')

+ 3
- 3
docker/docker-compose.yaml 파일 보기

@@ -2,7 +2,7 @@ version: '3.1'
services:
# API service
api:
image: langgenius/dify-api:0.4.2
image: langgenius/dify-api:0.4.3
restart: always
environment:
# Startup mode, 'api' starts the API server.
@@ -130,7 +130,7 @@ services:
# worker service
# The Celery worker for processing the queue.
worker:
image: langgenius/dify-api:0.4.2
image: langgenius/dify-api:0.4.3
restart: always
environment:
# Startup mode, 'worker' starts the Celery worker for processing the queue.
@@ -200,7 +200,7 @@ services:

# Frontend web application.
web:
image: langgenius/dify-web:0.4.2
image: langgenius/dify-web:0.4.3
restart: always
environment:
EDITION: SELF_HOSTED

+ 1
- 1
web/package.json 파일 보기

@@ -1,6 +1,6 @@
{
"name": "dify-web",
"version": "0.4.2",
"version": "0.4.3",
"private": true,
"scripts": {
"dev": "next dev",

Loading…
취소
저장