mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-23 13:55:08 +08:00
v2.5.0
This commit is contained in:
parent
22a0c51397
commit
1a5e0f3f4c
2 changed files with 3 additions and 3 deletions
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
|||
</parent>
|
||||
<groupId>com.rebuild</groupId>
|
||||
<artifactId>rebuild</artifactId>
|
||||
<version>2.5.0-beta2</version>
|
||||
<version>2.5.0</version>
|
||||
<name>rebuild</name>
|
||||
<description>RB V2 use SpringBoot</description>
|
||||
<!-- UNCOMMENT USE TOMCAT -->
|
||||
|
|
|
@ -62,11 +62,11 @@ public class Application implements ApplicationListener<ApplicationStartedEvent>
|
|||
/**
|
||||
* Rebuild Version
|
||||
*/
|
||||
public static final String VER = "2.5.0-beta2";
|
||||
public static final String VER = "2.5.0";
|
||||
/**
|
||||
* Rebuild Build [MAJOR]{1}[MINOR]{2}[PATCH]{2}[BUILD]{2}
|
||||
*/
|
||||
public static final int BUILD = 2050002;
|
||||
public static final int BUILD = 2050003;
|
||||
|
||||
static {
|
||||
// Driver for DB
|
||||
|
|
Loading…
Reference in a new issue