Skip to content

Commit 10f389d

Browse files
committed
modify version
1 parent e77451e commit 10f389d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

api-boot-project/api-boot-autoconfigure/src/main/java/org/minbox/framework/api/boot/autoconfigure/swagger/SwaggerProperties.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package org.minbox.framework.api.boot.autoconfigure.swagger;
22

33
import lombok.Data;
4-
import lombok.experimental.Accessors;
54
import org.springframework.boot.context.properties.ConfigurationProperties;
65
import org.springframework.context.annotation.Configuration;
76

@@ -43,7 +42,7 @@ public class SwaggerProperties {
4342
* <p>
4443
* Same as ApiBoot version
4544
*/
46-
private String version = "2.2.7-SNAPSHOT";
45+
private String version = "2.2.7.RELEASE";
4746
/**
4847
* Document copyright owner
4948
*/

api-boot-project/api-boot-autoconfigure/src/main/resources/banner.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
|
77
'
88
:: Based On SpringBoot Version : ${spring-boot.formatted-version} ::
9-
:: ApiBoot Version : v2.2.7-SNAPSHOT ::
9+
:: ApiBoot Version : v2.2.7.RELEASE ::

0 commit comments

Comments
 (0)