bump version
This commit is contained in:
parent
f0b267957a
commit
8e65e1e10e
|
@ -15,7 +15,7 @@ import net.hyperic.jni.ArchNotSupportedException;
|
||||||
*/
|
*/
|
||||||
public class Sigar implements SigarProxy {
|
public class Sigar implements SigarProxy {
|
||||||
|
|
||||||
public static final String VERSION = "1.1.1";
|
public static final String VERSION = "1.1.2";
|
||||||
|
|
||||||
private static SigarLoader loader = new SigarLoader(Sigar.class);
|
private static SigarLoader loader = new SigarLoader(Sigar.class);
|
||||||
private FileSystemMap mounts = null;
|
private FileSystemMap mounts = null;
|
||||||
|
|
Loading…
Reference in New Issue