Skip to content

Commit 26c26a0

Browse files
author
野松
committed
Merge branch 'dev_5.25.0' into deploy
2 parents fe478cd + 58886f6 commit 26c26a0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Android/LuaViewSDK/src/com/taobao/luaview/global/SdkVersion.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ public class SdkVersion {
1818

1919
public static final String V_051 = "0.5.1";
2020

21+
public static final String V_052 = "0.5.2";
22+
2123
public static String getCurrent() {
22-
return V_051;
24+
return V_052;
2325
}
2426

2527
/**

0 commit comments

Comments
 (0)