bump version
This commit is contained in:
parent
2d38a11fbb
commit
bd162b8f7b
|
@ -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.3";
|
public static final String VERSION = "1.1.4";
|
||||||
|
|
||||||
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