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 2
2
3
3
public class Version {
4
4
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 " ;
8
8
9
9
public static String getVersion () {
10
10
return VERSION ;
11
11
}
12
- }
12
+ }
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ configurations.getByName('checkstyleConfig') {
23
23
transitive = false
24
24
}
25
25
26
- task version (type : Exec ) {
27
- commandLine ' bash' , ' -c' , ' ../ver.sh'
28
- }
29
26
dependencies {
30
27
// local libraries
31
28
compile fileTree(dir : ' libs' , include : ' *.jar' )
You can’t perform that action at this time.
0 commit comments