Skip to content

Commit 3093fb7

Browse files
author
echoVic
committed
chore: release v0.0.17
1 parent aa84006 commit 3093fb7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.17] - 2026-02-04
11+
12+
### Changed
13+
- Version bump
14+
15+
1016
## [0.0.16] - 2026-02-04
1117

1218
### Added

cmd/bar/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const (
1616
repoOwner = "echoVic"
1717
repoName = "blade-agent-runtime"
1818
installURL = "https://echovic.github.io/blade-agent-runtime/install.sh"
19-
currentVersion = "0.0.16"
19+
currentVersion = "0.0.17"
2020
)
2121

2222
func updateCmd() *cobra.Command {

0 commit comments

Comments
 (0)