We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4befc5 commit 4561b70Copy full SHA for 4561b70
1 file changed
src/main/java/org/tron/common/utils/Utils.java
@@ -138,7 +138,7 @@ public class Utils {
138
139
public static final int MIN_LENGTH = 2;
140
public static final int MAX_LENGTH = 14;
141
- public static final String VERSION = " v4.9.5";
+ public static final String VERSION = " v4.9.6";
142
public static final String TRANSFER_METHOD_ID = "a9059cbb";
143
144
private static SecureRandom random = new SecureRandom();
0 commit comments