mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 21:38:21 +00:00
Version bump
This commit is contained in:
parent
a01faf72fb
commit
355d98bd41
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user