Skip to content

Commit 91005f6

Browse files
authored
Update Locator.java
update version
1 parent 37d02a8 commit 91005f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/qiniu/ip17mon/Locator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import java.util.InputMismatchException;
1111

1212
public final class Locator implements ILocator {
13-
public static final String VERSION = "0.1";
13+
public static final String VERSION = "0.1.1";
1414
private static final Charset Utf8 = Charset.forName("UTF-8");
1515
private final byte[] ipData;
1616
private final int textOffset;

0 commit comments

Comments
 (0)