/* Version.java {{IS_NOTE Purpose: Description: History: Thu Oct 12 16:34:05 2006, Created by henrichen }}IS_NOTE Copyright (C) 2006 Potix Corporation. All Rights Reserved. {{IS_RIGHT }}IS_RIGHT */ package org.zkoss.zkplus; /** * The version of the ZK Plus utilities. * {@link #UID} must be the same as the version specified in lang.xml * and config.xml. * * @author henrichen * @since 3.0.1 */ public class Version { /** Returns the version UID. */ public static final String UID = "8.0.5"; }