File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ example.com. 0 CH HINFO "Host" "IPv6:[2001:500:8f::53]:53 rtt:147ms health:[GOO
127127example.com. 0 CH HINFO "Host" "IPv6:[2001:500:8d::53]:53 rtt:148ms health:[GOOD]"
128128` ` `
129129
130- # # Configuration (v1.6.0 )
130+ # # Configuration (v1.6.1 )
131131
132132| Key | Description |
133133| -------------------- | ------------------------------------------------------------------------------------------------------------------- |
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
1717 "github.com/semihalev/zlog/v2"
1818)
1919
20- const configver = "1.6.0 "
20+ const configver = "1.6.1 "
2121
2222// Config type.
2323type Config struct {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import (
1919 "github.com/spf13/cobra"
2020)
2121
22- const version = "1.6.0 "
22+ const version = "1.6.1 "
2323
2424var (
2525 cfgPath string
You can’t perform that action at this time.
0 commit comments