mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-25 14:54:44 +08:00
1.3.0-dev
This commit is contained in:
parent
e3caf51197
commit
1782da2229
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.2.0-beta</version>
|
||||
<version>1.3.0-dev</version>
|
||||
<name>rebuild</name>
|
||||
<description>Building your business-systems free!</description>
|
||||
<url>https://getrebuild.com/</url>
|
||||
|
|
|
@ -62,7 +62,7 @@ public final class Application {
|
|||
|
||||
/** Rebuild Version
|
||||
*/
|
||||
public static final String VER = "1.2.0-beta";
|
||||
public static final String VER = "1.3.0-dev";
|
||||
|
||||
/** Logging for Global
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue