From a10da0ed10001b5cba5a01d470f3cda1af9f48dd Mon Sep 17 00:00:00 2001
From: GreyXor <greyxor@protonmail.com>
Date: Fri, 5 Jul 2024 18:14:09 +0200
Subject: [PATCH] Pre-bump to next version 2.3.7

---
 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 9b13530..b8c212a 100644
--- a/doh-client/version.go
+++ b/doh-client/version.go
@@ -24,6 +24,6 @@
 package main
 
 const (
-	VERSION    = "2.3.6"
+	VERSION    = "2.3.7"
 	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 9b13530..b8c212a 100644
--- a/doh-server/version.go
+++ b/doh-server/version.go
@@ -24,6 +24,6 @@
 package main
 
 const (
-	VERSION    = "2.3.6"
+	VERSION    = "2.3.7"
 	USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
 )
-- 
GitLab