Index: jbidwatcher/trunk/src/com/jbidwatcher/util/Constants.java =================================================================== --- jbidwatcher/trunk/src/com/jbidwatcher/util/Constants.java (revision 580) +++ jbidwatcher/trunk/src/com/jbidwatcher/util/Constants.java (revision 586) @@ -13,7 +13,7 @@ * in just one place. */ public static final String PROGRAM_NAME = "JBidwatcher"; - public static final String PROGRAM_VERS = "2.0beta5"; + public static final String PROGRAM_VERS = "2.0beta6"; /** The clock format to use everywhere, when referring to remote times. */ public static final SimpleDateFormat remoteClockFormat = new SimpleDateFormat("dd-MMM-yyyy HH:mm:ss z");