blob: a3fc4bf4194c0096d3bfc11937a1647f96ade7be [file] [log] [blame]
package org.testng.internal;
public class Version {
public static final String VERSION = "6.6beta 20120804_1246";
public static void displayBanner() {
System.out.println("...\n... TestNG " + VERSION + " by CĀŽdric Beust (cedric@beust.com)\n...\n");
}
}