Skip to content

Commit b10a549

Browse files
authored
Prepare release v0.4.1 (#231)
1 parent 4ba6471 commit b10a549

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [[unpublished]](https://github.com/mlange-42/ark/compare/v0.4.0...main)
3+
## [[v0.4.1]](https://github.com/mlange-42/ark/compare/v0.4.0...v0.4.1)
44

55
### Documentation
66

benchmark/table/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/shirou/gopsutil/v4/cpu"
99
)
1010

11-
const version = "v0.4.1-dev"
11+
const version = "v0.4.1"
1212

1313
func main() {
1414
fmt.Printf("Last run: %s \n", time.Now().Format(time.RFC1123))

0 commit comments

Comments
 (0)