Skip to content

Commit b338c7a

Browse files
committed
Bump to version 2.3.1
1 parent 9fd6943 commit b338c7a

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.0"
27+
VERSION = "2.3.1"
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.0"
27+
VERSION = "2.3.1"
2828
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
2929
)

0 commit comments

Comments
 (0)