Skip to content

Commit

Permalink
modify the version
Browse files Browse the repository at this point in the history
  • Loading branch information
lvs007 committed Aug 2, 2021
1 parent 399876c commit e1ce07f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion framework/src/main/java/org/tron/program/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class Version {

public static final String VERSION_NAME = "GreatVoyage-v4.2.2-3-g6d7831aab";
public static final String VERSION_CODE = "15589";
private static final String VERSION = "4.2.2.1";
private static final String VERSION = "4.3.0";

public static String getVersion() {
return VERSION;
Expand Down
3 changes: 0 additions & 3 deletions plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ configurations.getByName('checkstyleConfig') {
transitive = false
}

task version(type: Exec) {
commandLine 'bash', '-c', '../ver.sh'
}
dependencies {
//local libraries
compile fileTree(dir: 'libs', include: '*.jar')
Expand Down

0 comments on commit e1ce07f

Please sign in to comment.