Skip to content

Commit

Permalink
build(version): bump to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed Nov 23, 2024
1 parent 8747645 commit 96365c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const (
defaultWait = -1
sparklineLowMaximum = 10000
usageDivisor = 1 << 20 // Report memory usage in binary megabytes.
version = "0.7.0"
version = "0.7.1"
)

var sparklineTicks = []rune{'▁', '▂', '▃', '▄', '▅', '▆', '▇', '█'}
Expand Down

0 comments on commit 96365c1

Please sign in to comment.