We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ae644f + fc45a00 commit 4d3c0bcCopy full SHA for 4d3c0bc
src/main/java/com/mps/deepviolet/api/DVEng.java
@@ -27,8 +27,8 @@ class DVEng implements IDVEng {
27
28
private static final Logger logger = LoggerFactory.getLogger("com.mps.deepviolet.api.DVEng");
29
30
- private static final int VERSION_MAJOR = 1; //TODO: Review each release
31
- private static final int VERSION_MINOR = 5; //TODO: Review each release
+ private static final int VERSION_MAJOR = 5; //TODO: Review each release
+ private static final int VERSION_MINOR = 0; //TODO: Review each release
32
private static final int VERSION_BUILD = 3; //TODO: Review each release
33
private static final String VERSION_STRING = "V"+VERSION_MAJOR+"."+VERSION_MINOR+"."+VERSION_BUILD;
34
0 commit comments