Skip to content

Commit

Permalink
Merge pull request #114 from aliyun/dev-3-0-0
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
baiyubin2020 authored Jan 7, 2018
2 parents 0f12e49 + 970df33 commit 7e1c994
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/versioninfo.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.8.0
version=3.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class VersionUtilTest {
@Test
public void testGetDefaultUserAgent() {
String userAgent = VersionInfoUtils.getDefaultUserAgent();
assertTrue(userAgent.startsWith("aliyun-sdk-java/2.8.0("));
assertTrue(userAgent.startsWith("aliyun-sdk-java/3.0.0("));
assertEquals(userAgent.split("/").length, 4);
assertEquals(userAgent.split(";").length, 2);
assertEquals(userAgent.split("\\(").length, 2);
Expand Down

0 comments on commit 7e1c994

Please sign in to comment.