We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4372d63 commit b32dbf0Copy full SHA for b32dbf0
cmd/duration/duration.go
@@ -11,7 +11,7 @@ import (
11
tm "github.com/buger/goterm"
12
)
13
14
-const VERSION string = "0.0.1"
+const VERSION string = "1.0.0"
15
16
// Pads an integer with zeroes to the left
17
// i.e 01
0 commit comments