From db329a75cc801b5b524ba5fdc303b7b2eb917003 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 25 Jun 2024 17:41:41 -0400 Subject: [PATCH 1/2] fix release version --- tui/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui/main.go b/tui/main.go index 71e34d8..158d2e2 100644 --- a/tui/main.go +++ b/tui/main.go @@ -17,7 +17,7 @@ import ( "h12.io/socks" ) -var GodapVer = "Godap v2.7.0" +var GodapVer = "Godap v2.7.1" var ( LdapServer string From 29181c16e68d90d99efad6e97ac6d355554d83c3 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 25 Jun 2024 17:42:18 -0400 Subject: [PATCH 2/2] bump to 2.7.2 for the new release --- tui/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui/main.go b/tui/main.go index 158d2e2..7fa46f3 100644 --- a/tui/main.go +++ b/tui/main.go @@ -17,7 +17,7 @@ import ( "h12.io/socks" ) -var GodapVer = "Godap v2.7.1" +var GodapVer = "Godap v2.7.2" var ( LdapServer string