Pre-bump version to 2.3.2

This commit is contained in:
Star Brilliant 2022-06-01 02:57:07 +00:00
parent 19737361ad
commit 6276bed46f
2 changed files with 2 additions and 2 deletions

View File

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

View File

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