From 8bedfc4babfe02c7768caf1fea8e2e55ca28465a Mon Sep 17 00:00:00 2001 From: Star Brilliant Date: Mon, 19 Sep 2022 00:31:26 +0000 Subject: [PATCH] Pre-bump to next version 2.3.3 --- doh-client/version.go | 2 +- doh-server/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doh-client/version.go b/doh-client/version.go index 864f825..9fc493a 100644 --- a/doh-client/version.go +++ b/doh-client/version.go @@ -24,6 +24,6 @@ package main const ( - VERSION = "2.3.2" + VERSION = "2.3.3" USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)" ) diff --git a/doh-server/version.go b/doh-server/version.go index 864f825..9fc493a 100644 --- a/doh-server/version.go +++ b/doh-server/version.go @@ -24,6 +24,6 @@ package main const ( - VERSION = "2.3.2" + VERSION = "2.3.3" USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)" )