This commit is contained in:
jack ning
2025-05-01 08:06:16 +08:00
parent 3bb8ae71bd
commit c5b19782ee
6 changed files with 6 additions and 6 deletions

View File

@@ -110,7 +110,7 @@ services:
# bytedesk config
BYTEDESK_DEBUG: true
BYTEDESK_EDITION: enterprise
BYTEDESK_VERSION: 0.7.5
BYTEDESK_VERSION: 0.7.6
# enable custom config: name, logo, description
BYTEDESK_CUSTOM_ENABLED: false
BYTEDESK_CUSTOM_NAME:

View File

@@ -91,7 +91,7 @@ services:
# bytedesk config
BYTEDESK_DEBUG: true
BYTEDESK_EDITION: enterprise
BYTEDESK_VERSION: 0.7.5
BYTEDESK_VERSION: 0.7.6
# enable custom config: name, logo, description
BYTEDESK_CUSTOM_ENABLED: false
BYTEDESK_CUSTOM_NAME:

View File

@@ -3,7 +3,7 @@
# ===============================
bytedesk.debug=true
bytedesk.edition=COMMUNITY
bytedesk.version=0.7.5
bytedesk.version=0.7.6
# enable custom config: name, logo, description
bytedesk.custom.enabled=false

View File

@@ -42,7 +42,7 @@
<jackson.version>2.18.2</jackson.version>
<flowable.version>7.1.0</flowable.version>
<springdoc.version>2.8.6</springdoc.version>
<revision>0.7.5</revision>
<revision>0.7.6</revision>
</properties>
<dependencies>

View File

@@ -3,7 +3,7 @@
# ===============================
bytedesk.debug=true
bytedesk.edition=COMMUNITY
bytedesk.version=0.7.5
bytedesk.version=0.7.6
# enable custom config: name, logo, description
bytedesk.custom.enabled=false

View File

@@ -5,7 +5,7 @@
# ===============================
spring.application.name=bytedesk
application.title=https://www.weiyuai.cn
application.version=0.7.5
application.version=0.7.6
server.port=9003
# ===============================