Skip to content

Commit 35e0835

Browse files
committed
chore: v2.3.9
1 parent 5c74488 commit 35e0835

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doh-client/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
package main
2525

2626
const (
27-
VERSION = "2.3.8"
27+
VERSION = "2.3.9"
2828
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
2929
)

doh-server/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
package main
2525

2626
const (
27-
VERSION = "2.3.8"
27+
VERSION = "2.3.9"
2828
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
2929
)

0 commit comments

Comments
 (0)