Skip to content

Commit e597a1c

Browse files
authored
chore(release): bump version to 1.7.4 (#528)
1 parent af95ca4 commit e597a1c

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ $ docker run -d --name sdns -p 53:53 -p 53:53/udp ghcr.io/semihalev/sdns:latest
4545
Pin to a specific version (recommended for production):
4646

4747
```shell
48-
$ docker run -d --name sdns -p 53:53 -p 53:53/udp ghcr.io/semihalev/sdns:1.7.3
48+
$ docker run -d --name sdns -p 53:53 -p 53:53/udp ghcr.io/semihalev/sdns:1.7.4
4949
```
5050

5151
#### Docker Compose
@@ -136,7 +136,7 @@ example.com. 0 CH HINFO "Host" "IPv6:[2001:500:8f::53]:53 rtt:147ms health:[GOO
136136
example.com. 0 CH HINFO "Host" "IPv6:[2001:500:8d::53]:53 rtt:148ms health:[GOOD]"
137137
```
138138
139-
## Configuration (v1.7.0)
139+
## Configuration (v1.7.4)
140140
141141
| Key | Description |
142142
| -------------------- | ------------------------------------------------------------------------------------------------------------------- |

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
"github.com/semihalev/zlog/v2"
1919
)
2020

21-
const configver = "1.7.0"
21+
const configver = "1.7.4"
2222

2323
// Config type.
2424
type Config struct {

contrib/linux/sdns.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Configuration file version (not SDNS version)
3-
version = "1.7.0"
3+
version = "1.7.4"
44

55
# ============================
66
# Basic Server Configuration

sdns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"github.com/spf13/cobra"
2121
)
2222

23-
const version = "1.7.3"
23+
const version = "1.7.4"
2424

2525
var (
2626
cfgPath string

0 commit comments

Comments
 (0)