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