diff --git a/README.md b/README.md index 61b736c..9b43aa1 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.4 + 2.5 ``` diff --git a/src/dorkbox/peParser/PE.java b/src/dorkbox/peParser/PE.java index 512c351..5275265 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.4"; + return "2.5"; } private static final int PE_OFFSET_LOCATION = 0x3c;