Skip to content

Commit b3a626e

Browse files
committed
Bump version to v1.25.1
1 parent 313dd6e commit b3a626e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

cmd/daze/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var Conf = struct {
3232
}{
3333
PathRule: "/rule.ls",
3434
PathCIDR: "/rule.cidr",
35-
Version: "v1.25.0",
35+
Version: "v1.25.1",
3636
}
3737

3838
const helpMsg = `Usage: daze <command> [<args>]

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/libraries/daze
22

33
go 1.25.0
44

5-
require github.com/libraries/go v1.0.0
5+
require github.com/libraries/go v1.0.1

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
github.com/libraries/go v1.0.0 h1:haBcspBOvFO3J52zzRJP/6UV12WqOclxf6x1fEAWuBg=
22
github.com/libraries/go v1.0.0/go.mod h1:gDswTQfQ6h3VYCnUvrPEOPsRWYpDiNhO4ervTpYi41c=
3+
github.com/libraries/go v1.0.1 h1:BMwbQzwht9N8dr56HigeJzTFQsffde2+WT+CzXL3NKw=
4+
github.com/libraries/go v1.0.1/go.mod h1:gDswTQfQ6h3VYCnUvrPEOPsRWYpDiNhO4ervTpYi41c=

0 commit comments

Comments
 (0)