mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-10 17:04:33 +08:00
v1.1 begin
This commit is contained in:
parent
1bb4cb8059
commit
07a295abcc
2 changed files with 2 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -6,7 +6,7 @@
|
|||
<groupId>com.rebuild</groupId>
|
||||
<artifactId>rebuild</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>1.0.0-beta</version>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<name>rebuild</name>
|
||||
<description>Building your system free!</description>
|
||||
<url>https://getrebuild.com/</url>
|
||||
|
|
|
@ -55,7 +55,7 @@ public final class Application {
|
|||
|
||||
/** Rebuild Version
|
||||
*/
|
||||
public static final String VER = "1.0.0-beta";
|
||||
public static final String VER = "1.1.0-SNAPSHOT";
|
||||
|
||||
/** Logging for Global, If you want to be lazy ^_^
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue