Skip to content

Commit

Permalink
Bump version to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
semihalev committed Apr 30, 2023
1 parent 0c1416b commit 3c8b2bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ nfpms:
license: MIT
bindir: /usr/bin
contents:
- dst: /var/lib/sdns
type: dir
- src: "./contrib/linux/sdns.service"
dst: "/lib/systemd/system/sdns.service"
- src: "./contrib/linux/sdns.conf"
dst: "/etc/sdns.conf"
type: config
- dst: "/var/lib/sdns"
type: dir
scripts:
postinstall: "contrib/linux/adduser.sh"
release: 1
Expand Down
2 changes: 1 addition & 1 deletion sdns.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/semihalev/sdns/server"
)

const version = "1.2.3"
const version = "1.2.4"

var (
flagcfgpath = flag.String("config", "sdns.conf", "location of the config file, if config file not found, a config will generate")
Expand Down

0 comments on commit 3c8b2bb

Please sign in to comment.