Bump to version 2.2.5

This commit is contained in:
Star Brilliant
2020-12-06 22:53:33 +00:00
parent eb166ececa
commit 608394e2d2
2 changed files with 2 additions and 2 deletions

View File

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