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

@ -1 +1 @@
Subproject commit bb9e5f9b4fba7d6496c76ae4033f1105a9ae1920
Subproject commit 33f8bda6652b752d250cf45a428318c4e587d6ec

@ -1 +1 @@
Subproject commit 37476bd50648deb653c1202fdb4cad6ab5140c82
Subproject commit 0dfa8a555a82dbb6c915f77c512563a841c61675

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

2
common

@ -1 +1 @@
Subproject commit 42baeaeef6718a8e394d468c86221125014734ab
Subproject commit 654ec47663c2eb5ff7c2cf7d980f5b10c8e1763c

View File

@ -4,7 +4,7 @@ ARG GOPRIVATE=bdware.org/*
ARG GOPROXY=https://goproxy.cn
LABEL maintainer="caihuaqian@internetapi.cn"
LABEL org.bdware.version="1.6.0"
LABEL org.bdware.version="1.6.5"
LABEL org.bdware.version.isproduction="true"
LABEL org.bdware.release-date="2021-12-02"

View File

@ -4,7 +4,7 @@ ARG GOPRIVATE=bdware.org/*
ARG GOPROXY=https://goproxy.cn
LABEL maintainer="caihuaqian@internetapi.cn"
LABEL org.bdware.version="1.6.0"
LABEL org.bdware.version="1.6.5"
LABEL org.bdware.version.isproduction="false"
LABEL org.bdware.release-date="2021-12-02"