Skip to content

Commit 96365c1

Browse files
committed
build(version): bump to 0.7.1
1 parent 8747645 commit 96365c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const (
5555
defaultWait = -1
5656
sparklineLowMaximum = 10000
5757
usageDivisor = 1 << 20 // Report memory usage in binary megabytes.
58-
version = "0.7.0"
58+
version = "0.7.1"
5959
)
6060

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

0 commit comments

Comments
 (0)