Skip to content

Commit

Permalink
1.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
devezhao committed Jan 31, 2019
1 parent 7838e19 commit 1bb4cb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/rebuild/server/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 1bb4cb8

Please sign in to comment.