This is an automated email from the ASF dual-hosted git repository.

xiaoyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git


The following commit(s) were added to refs/heads/master by this push:
     new 0292d31c89 [type:fix] Fix banner (#5339)
0292d31c89 is described below

commit 0292d31c89991534e78392232b613685ac87e093
Author: moremind <[email protected]>
AuthorDate: Sun Dec 3 14:35:39 2023 +0800

    [type:fix] Fix banner (#5339)
---
 shenyu-admin/src/main/resources/banner.txt     | 2 +-
 shenyu-bootstrap/src/main/resources/banner.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/shenyu-admin/src/main/resources/banner.txt 
b/shenyu-admin/src/main/resources/banner.txt
index 3a7025d09c..ea7b9ec5d2 100644
--- a/shenyu-admin/src/main/resources/banner.txt
+++ b/shenyu-admin/src/main/resources/banner.txt
@@ -4,4 +4,4 @@
 | (___ \_| | |--.  .---.  _ .--.  \ \  [ ] _   _            Port: 
${server.port}
  _.____`.  | .-. |/ /__\\[ `.-. |  \ \/ / [ | | |           Pid: ${pid}
 | \____) | | | | || \__., | | | |  _|  |_ | \_/ |,          SpringBoot 
Version: ${spring-boot.version}
- \______.'[___]|__]'.__.'[___||__]|______|'.__.'_/          ShenYu Version: 
${project.version}
+ \______.'[___]|__]'.__.'[___||__]|______|'.__.'_/          ShenYu Version: 
${application.version}
diff --git a/shenyu-bootstrap/src/main/resources/banner.txt 
b/shenyu-bootstrap/src/main/resources/banner.txt
index 9cbb6365df..b6e1f5194d 100644
--- a/shenyu-bootstrap/src/main/resources/banner.txt
+++ b/shenyu-bootstrap/src/main/resources/banner.txt
@@ -3,5 +3,5 @@
 .' ____ \  | |                  |_  _||_  _|                Port: 
${server.port}
 | (___ \_| | |--.  .---.  _ .--.  \ \  [ ] _   _            Pid: ${pid}
  _.____`.  | .-. |/ /__\\[ `.-. |  \ \/ / [ | | |           SpringBoot 
Version: ${spring-boot.version}
-| \____) | | | | || \__., | | | |  _|  |_ | \_/ |,          ShenYu Version: 
${project.version}
+| \____) | | | | || \__., | | | |  _|  |_ | \_/ |,          ShenYu Version: 
${application.version}
  \______.'[___]|__]'.__.'[___||__]|______|'.__.'_/

Reply via email to