chore: update version

update version to 1.6.5 in build.gradle, AgentDockerfile and ClusterDockerfile; keep sync
This commit is contained in:
Frank.R.Wu
2021-12-11 22:43:59 +08:00
parent deb9e3d502
commit ef83c46724
6 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@ plugins {
id 'java'
id 'idea'
}
def currVersion = "1.6.0"
def currVersion = "1.6.5"
ext.projectIds = ['group': 'com.bdware.sc', 'version': currVersion]
sourceCompatibility = 1.8