blob: e5185a6fe2574ca7064e649c4e40164c3491a399 [file] [log] [blame]
package org.testng.internal;
public class Version {
public static final String VERSION = "6.9.47-SNAPSHOT";
public static void displayBanner() {
System.out.println("...\n... TestNG " + VERSION + " by Cédric Beust (cedric@beust.com)\n...\n");
}
}