Bump to version 2.3.1

This commit is contained in:
StarBrilliant 2021-09-13 10:31:04 +00:00
parent 9fd69439c4
commit b338c7ae52
2 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@
package main package main
const ( const (
VERSION = "2.3.0" VERSION = "2.3.1"
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)" USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
) )

View File

@ -24,6 +24,6 @@
package main package main
const ( const (
VERSION = "2.3.0" VERSION = "2.3.1"
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)" USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
) )