Skip to content

Commit 1493e76

Browse files
author
echoVic
committed
chore: release v0.0.20
1 parent cd654ed commit 1493e76

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
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.0.20] - 2026-02-04
9+
10+
### Changed
11+
- Version bump
12+
13+
814
## [0.0.19] - 2026-02-04
915

1016
### Documentation

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.19"
19+
currentVersion = "0.0.20"
2020
)
2121

2222
func updateCmd() *cobra.Command {

0 commit comments

Comments
 (0)