mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-24 14:25:05 +08:00
1.0.0-beta
This commit is contained in:
parent
7838e19235
commit
1bb4cb8059
2 changed files with 3 additions and 3 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-SNAPSHOT</version>
|
||||
<version>1.0.0-beta</version>
|
||||
<name>rebuild</name>
|
||||
<description>Building your system free!</description>
|
||||
<url>https://getrebuild.com/</url>
|
||||
|
|
|
@ -55,9 +55,9 @@ public final class Application {
|
|||
|
||||
/** Rebuild Version
|
||||
*/
|
||||
public static final String VER = "1.0.0-SNAPSHOT";
|
||||
public static final String VER = "1.0.0-beta";
|
||||
|
||||
/** Logging for Global
|
||||
/** Logging for Global, If you want to be lazy ^_^
|
||||
*/
|
||||
public static final Log LOG = LogFactory.getLog(Application.class);
|
||||
|
||||
|
|
Loading…
Reference in a new issue