diff --git a/README.md b/README.md index 6d537e9..41b4bc7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This project is **kept in sync** with the utilities library, so "jar hell" is no com.dorkbox PeParser - 2.5 + 2.6 ``` diff --git a/src/dorkbox/peParser/PE.java b/src/dorkbox/peParser/PE.java index 5275265..e625abe 100644 --- a/src/dorkbox/peParser/PE.java +++ b/src/dorkbox/peParser/PE.java @@ -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;