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