mirror of
https://github.com/getrebuild/rebuild.git
synced 2024-11-10 08:55:31 +08:00
beta1
This commit is contained in:
parent
827f67e21e
commit
19a9d24bc3
3 changed files with 4 additions and 4 deletions
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
|||
</parent>
|
||||
<groupId>com.rebuild</groupId>
|
||||
<artifactId>rebuild</artifactId>
|
||||
<version>3.8.0-dev</version>
|
||||
<version>3.8.0-beta1</version>
|
||||
<name>rebuild</name>
|
||||
<description>Building your business-systems freely!</description>
|
||||
<url>https://getrebuild.com/</url>
|
||||
|
|
|
@ -74,11 +74,11 @@ public class Application implements ApplicationListener<ApplicationStartedEvent>
|
|||
/**
|
||||
* Rebuild Version
|
||||
*/
|
||||
public static final String VER = "3.8.0-dev";
|
||||
public static final String VER = "3.8.0-beta1";
|
||||
/**
|
||||
* Rebuild Build [MAJOR]{1}[MINOR]{2}[PATCH]{2}[BUILD]{2}
|
||||
*/
|
||||
public static final int BUILD = 3080000;
|
||||
public static final int BUILD = 3080001;
|
||||
|
||||
static {
|
||||
// Driver for DB
|
||||
|
|
|
@ -1833,7 +1833,7 @@ th.column-fixed {
|
|||
}
|
||||
|
||||
.column-fixed.col-action .btn.btn-sm {
|
||||
line-height: 28px;
|
||||
line-height: 26px;
|
||||
min-width: 32px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue