Skip to content

Commit 6d47874

Browse files
committed
7.0.0-SNAPSHOT -> 7.0.0
1 parent 1c8f37c commit 6d47874

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kernel/src/main/java/com/itextpdf/kernel/Version.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public final class Version {
7373
* This String contains the version number of this iText release.
7474
* For debugging purposes, we request you NOT to change this constant.
7575
*/
76-
private String release = "7.0.0-SNAPSHOT";
76+
private String release = "7.0.0";
7777
/**
7878
* This String contains the iText version as shown in the producer line.
7979
* iText is a product developed by iText Group NV.
@@ -192,4 +192,3 @@ public String getKey() {
192192
}
193193

194194
}
195-

0 commit comments

Comments
 (0)