Skip to content

Commit 7278761

Browse files
authored
Merge pull request tronprotocol#2268 from tronprotocol/change_version
change version
2 parents a458075 + c4275b8 commit 7278761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/tron/program/Version.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package org.tron.program;
22

33
public class Version {
4-
private static final String version = "3.5.1";
4+
private static final String version = "3.6.0";
55
public static final String versionName = "Odyssey-v3.5.0.1-318-gc6864f595";
66
public static final String versionCode = "9911";
77

0 commit comments

Comments
 (0)