We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa84006 commit 3093fb7Copy full SHA for 3093fb7
2 files changed
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.0.17] - 2026-02-04
11
+
12
+### Changed
13
+- Version bump
14
15
16
## [0.0.16] - 2026-02-04
17
18
### Added
cmd/bar/update.go
@@ -16,7 +16,7 @@ const (
repoOwner = "echoVic"
repoName = "blade-agent-runtime"
installURL = "https://echovic.github.io/blade-agent-runtime/install.sh"
19
- currentVersion = "0.0.16"
+ currentVersion = "0.0.17"
20
)
21
22
func updateCmd() *cobra.Command {
0 commit comments