bump version number

This commit is contained in:
Doug MacEachern 2004-06-21 23:20:33 +00:00
parent c1429b68b8
commit f4f3fa05fb
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import net.hyperic.jni.ArchNotSupportedException;
*/
public class Sigar implements SigarProxy {
public static final String VERSION = "1.1.0";
public static final String VERSION = "1.1.1";
private static SigarLoader loader = new SigarLoader(Sigar.class);
private FileSystemMap mounts = null;