From 14f61498184dfcbe26f0c7a1dcf3070c1345e36e Mon Sep 17 00:00:00 2001 From: NotAProton Date: Wed, 18 May 2022 09:55:14 +0530 Subject: [PATCH] Bump version --- src/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.go b/src/main.go index 510c49e..280b3d5 100644 --- a/src/main.go +++ b/src/main.go @@ -33,7 +33,7 @@ const ( ) var ( - version string = "1.4.1" + version string = "1.4.4" ) func bypassed(w http.ResponseWriter, r *http.Request) {