Skip to content

Commit 47c3ddc

Browse files
committed
Update version to 1.6.1
1 parent ff41be0 commit 47c3ddc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ example.com. 0 CH HINFO "Host" "IPv6:[2001:500:8f::53]:53 rtt:147ms health:[GOO
127127
example.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
| -------------------- | ------------------------------------------------------------------------------------------------------------------- |

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
2323
type Config struct {

sdns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2424
var (
2525
cfgPath string

0 commit comments

Comments
 (0)