bumped version on gae

This commit is contained in:
Adrian Cole 2010-07-23 15:50:30 -07:00
parent 7c3518f7ff
commit a7aa1c1964
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ import com.google.common.annotations.VisibleForTesting;
@SingleThreaded
@Singleton
public class GaeHttpCommandExecutorService extends BaseHttpCommandExecutorService<HTTPRequest> {
public static final String USER_AGENT = "jclouds/1.0 urlfetch/1.3.2";
public static final String USER_AGENT = "jclouds/1.0 urlfetch/1.3.5";
private final URLFetchService urlFetchService;
private final ConvertToGaeRequest convertToGaeRequest;