Updated version

This commit is contained in:
nathan 2016-04-28 16:46:17 +02:00
parent e5f78df12c
commit 3e508713cb
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>PeParser</artifactId>
<version>2.5</version>
<version>2.6</version>
</dependency>
```

View File

@ -48,7 +48,7 @@ public class PE {
*/
public static
String getVersion() {
return "2.5";
return "2.6";
}
private static final int PE_OFFSET_LOCATION = 0x3c;