We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c3548 commit df1575cCopy full SHA for df1575c
2 files changed
buildSrc/src/main/kotlin/Versions.kt
@@ -1,6 +1,6 @@
1
object Release {
2
const val Group = "com.tencent.devops"
3
- const val Version = "0.0.4-SNAPSHOT"
+ const val Version = "0.0.4"
4
}
5
6
object Versions {
docs/changelog.md
# 更新日志
-## [0.0.4] (待发布)
+## [0.0.4] (https://github.com/bkdevops-projects/devops-framework/releases/tag/0.0.4) (2021-07-29)
### Features
- 支持k8s云原生编译打包方式
0 commit comments