File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
framework/src/main/java/org/tron/program Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 22
33public class Version {
44
5- public static final String VERSION_NAME = "GreatVoyage-v4.2.2-3-g6d7831aab " ;
6- public static final String VERSION_CODE = "15589 " ;
7- private static final String VERSION = "4.2.2.1 " ;
5+ public static final String VERSION_NAME = "GreatVoyage-v4.2.2.1-265-ge1ce07fb5 " ;
6+ public static final String VERSION_CODE = "15856 " ;
7+ private static final String VERSION = "4.3.0 " ;
88
99 public static String getVersion () {
1010 return VERSION ;
1111 }
12- }
12+ }
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ configurations.getByName('checkstyleConfig') {
2323 transitive = false
2424}
2525
26- task version (type : Exec ) {
27- commandLine ' bash' , ' -c' , ' ../ver.sh'
28- }
2926dependencies {
3027 // local libraries
3128 compile fileTree(dir : ' libs' , include : ' *.jar' )
You can’t perform that action at this time.
0 commit comments