Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco committed Oct 19, 2023
1 parent a01faf7 commit 355d98b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/tech/ailef/dbadmin/external/DbAdmin.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 355d98b

Please sign in to comment.