Skip to content

Commit cf9dc33

Browse files
author
Mike Morris
committed
bump version after merging logging changes, fixes #3
1 parent 9d009dd commit cf9dc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
const (
22-
VERSION = "0.1.0"
22+
VERSION = "0.1.1"
2323
minDuration = time.Duration(15) * time.Minute
2424
maxDuration = time.Duration(36) * time.Hour
2525
)

0 commit comments

Comments
 (0)