We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8f37c commit 6d47874Copy full SHA for 6d47874
kernel/src/main/java/com/itextpdf/kernel/Version.java
@@ -73,7 +73,7 @@ public final class Version {
73
* This String contains the version number of this iText release.
74
* For debugging purposes, we request you NOT to change this constant.
75
*/
76
- private String release = "7.0.0-SNAPSHOT";
+ private String release = "7.0.0";
77
/**
78
* This String contains the iText version as shown in the producer line.
79
* iText is a product developed by iText Group NV.
@@ -192,4 +192,3 @@ public String getKey() {
192
}
193
194
195
-
0 commit comments