We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba6471 commit b10a549Copy full SHA for b10a549
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [[unpublished]](https://github.com/mlange-42/ark/compare/v0.4.0...main)
+## [[v0.4.1]](https://github.com/mlange-42/ark/compare/v0.4.0...v0.4.1)
4
5
### Documentation
6
benchmark/table/main.go
@@ -8,7 +8,7 @@ import (
8
"github.com/shirou/gopsutil/v4/cpu"
9
)
10
11
-const version = "v0.4.1-dev"
+const version = "v0.4.1"
12
13
func main() {
14
fmt.Printf("Last run: %s \n", time.Now().Format(time.RFC1123))
0 commit comments