Skip to content

Commit 2858327

Browse files
committed
Update Version.java to 7.0.0.
1 parent 207a8d8 commit 2858327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/testng/internal/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
public class Version {
44

5-
public static final String VERSION = "DEV-SNAPSHOT";
5+
public static final String VERSION = "7.0.0";
66

77
public static String getVersionString() {
88
return VERSION;

0 commit comments

Comments
 (0)