We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d02a8 commit 91005f6Copy full SHA for 91005f6
src/main/java/qiniu/ip17mon/Locator.java
@@ -10,7 +10,7 @@
10
import java.util.InputMismatchException;
11
12
public final class Locator implements ILocator {
13
- public static final String VERSION = "0.1";
+ public static final String VERSION = "0.1.1";
14
private static final Charset Utf8 = Charset.forName("UTF-8");
15
private final byte[] ipData;
16
private final int textOffset;
0 commit comments