Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update a new version. version name:GreatVoyage-v4.7.4-44-g8720e06a6,version code:18306 #5842

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions framework/src/main/java/org/tron/program/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

public class Version {

public static final String VERSION_NAME = "GreatVoyage-v4.7.3.1-78-ge84a9e778";
public static final String VERSION_CODE = "18260";
public static final String VERSION_NAME = "GreatVoyage-v4.7.4-44-g8720e06a6";
public static final String VERSION_CODE = "18306";
private static final String VERSION = "4.7.5";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TJDENsfBJs4RFETt1X1W8wMDc8M5XnJhCe
Send1,933,925.040134USDT TRC20 TNY7s1vg1Cq225bWBe3G5wjmVEdrkRxG6u

public static String getVersion() {
Expand Down