Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yhyzgn committed May 29, 2020
1 parent f5463e7 commit d8eb662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.yhyzgn.http</groupId>
<artifactId>pigeon</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
<name>Pigeon</name>
<description>Java http proxy.</description>
<url>/~https://github.com/yhyzgn/Pigeon</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/yhy/http/pigeon/utils/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
public class Utils {
private static final Type[] EMPTY_TYPE_ARRAY = new Type[0];
public final static String VERSION = "1.1.7";
public final static String VERSION = "1.1.8";

public static boolean isEmpty(Object object) {
if (null == object) return true;
Expand Down

0 comments on commit d8eb662

Please sign in to comment.