mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2026-05-06 22:30:48 +09:00
Version bump
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</parent>
|
||||
<groupId>tech.ailef</groupId>
|
||||
<artifactId>spring-boot-db-admin</artifactId>
|
||||
<version>0.1.6</version>
|
||||
<version>0.1.7</version>
|
||||
<name>spring-boot-db-admin</name>
|
||||
<description>Spring Boot Database Admin is an auto-generated CRUD admin panel for Spring Boot apps</description>
|
||||
<properties>
|
||||
|
||||
+1
-1
@@ -79,7 +79,7 @@ public class DbAdmin {
|
||||
|
||||
private DbAdminProperties properties;
|
||||
|
||||
private final String version = "0.1.6";
|
||||
private final String version = "0.1.7";
|
||||
|
||||
/**
|
||||
* Builds the DbAdmin instance by scanning the `@Entity` beans and loading
|
||||
|
||||
Reference in New Issue
Block a user