Version bump

This commit is contained in:
Francesco
2023-10-24 09:54:23 +02:00
parent e10396eeb2
commit 706540d2ec
3 changed files with 6 additions and 6 deletions

View File

@@ -80,7 +80,7 @@ public class DbAdmin {
private DbAdminProperties properties;
private final String version = "0.1.7";
private static final String VERSION = "0.1.8";
/**
* Builds the DbAdmin instance by scanning the `@Entity` beans and loading
@@ -130,7 +130,7 @@ public class DbAdmin {
* @return
*/
public String getVersion() {
return version;
return VERSION;
}
/**