Bump to version 2.2.3

This commit is contained in:
Star Brilliant
2020-08-02 04:44:31 +08:00
parent b2fcfb706c
commit 16120fdc11
3 changed files with 3 additions and 24 deletions
+1 -1
View File
@@ -24,6 +24,6 @@
package main
const (
VERSION = "2.2.2"
VERSION = "2.2.3"
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
)