Updated version

This commit is contained in:
nathan 2016-04-03 21:03:24 +02:00
parent df96f2b21b
commit 328563b429
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> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>PeParser</artifactId> <artifactId>PeParser</artifactId>
<version>2.4</version> <version>2.5</version>
</dependency> </dependency>
``` ```

View File

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