File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/org/tron/program Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ static def isWindows() {
3131}
3232
3333task version (type : Exec ) {
34- commandLine ' bash' , ' -c' , ' ./ver.sh'
34+ commandLine ' bash' , ' -c' , ' .. /ver.sh'
3535}
3636
3737dependencies {
Original file line number Diff line number Diff line change 22
33public class Version {
44
5- public static final String versionName = "Odyssey-v3.6.5-15-g6405454d0 " ;
6- public static final String versionCode = "11188 " ;
7- private static final String version = "3.6.6 " ;
5+ public static final String versionName = "Odyssey-v3.6.6-1790-g2acc21a2f " ;
6+ public static final String versionCode = "12980 " ;
7+ private static final String version = "3.7 " ;
88
99 public static String getVersion () {
1010 return version ;
You can’t perform that action at this time.
0 commit comments