Skip to content

Commit

Permalink
3.6.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
getrebuild committed Nov 30, 2023
1 parent ec76f09 commit c07c9e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion @rbv
Submodule @rbv updated from 9a9b7c to b6499e
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.rebuild</groupId>
<artifactId>rebuild</artifactId>
<version>3.5.0-beta2</version>
<version>3.6.0-dev</version>
<name>rebuild</name>
<description>Building your business-systems freely!</description>
<!-- UNCOMMENT USE TOMCAT -->
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/rebuild/core/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ public class Application implements ApplicationListener<ApplicationStartedEvent>
/**
* Rebuild Version
*/
public static final String VER = "3.5.0-beta2";
public static final String VER = "3.6.0-dev";
/**
* Rebuild Build [MAJOR]{1}[MINOR]{2}[PATCH]{2}[BUILD]{2}
*/
public static final int BUILD = 3050002;
public static final int BUILD = 3060000;

static {
// Driver for DB
Expand Down

0 comments on commit c07c9e4

Please sign in to comment.