chore: update version
update version to 1.6.5 in build.gradle, AgentDockerfile and ClusterDockerfile; keep sync
This commit is contained in:
Submodule agent-backend updated: bb9e5f9b4f...33f8bda665
Submodule agent-frontend updated: 37476bd506...0dfa8a555a
@@ -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
2
common
Submodule common updated: 42baeaeef6...654ec47663
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user