Skip to content

Commit 511c051

Browse files
Merge pull request #212 from Engineering-Research-and-Development/develop
1.14.1 Release
2 parents 06e9451 + 2a0d085 commit 511c051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/it/eng/idsa/businesslogic/configuration/CertificationCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class CertificationCheck {
1616

1717
private static final Logger logger = LoggerFactory.getLogger(CertificationCheck.class);
1818

19-
private static final String[] CERTIFIED_VERSION = { "0.3.0" };
19+
private static final String[] CERTIFIED_VERSION = { "1.14.1" };
2020
@PostConstruct
2121
public void checkIfVerionsIsCertified() {
2222
String version = Objects.requireNonNullElse(Application.class.getPackage().getImplementationVersion(), "");

0 commit comments

Comments
 (0)