Skip to content

Commit

Permalink
Fix HttpRequest.VERSION constant
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Jun 3, 2019
1 parent b822e5e commit 5290917
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public final class HttpRequest {
*
* @since 1.8
*/
public static final String VERSION = "1.28.0";
public static final String VERSION = "1.30.0";

/**
* User agent suffix for all requests.
Expand Down

0 comments on commit 5290917

Please sign in to comment.