From 640575bfe0ddbe9a8f924659849812c1bc58b577 Mon Sep 17 00:00:00 2001 From: Link Dupont Date: Thu, 28 Sep 2023 10:29:20 -0400 Subject: [PATCH] refactor: set version to 0.2.5 --- flag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flag.go b/flag.go index b7ef5cd..a8b664d 100644 --- a/flag.go +++ b/flag.go @@ -29,7 +29,7 @@ var ( TLSALPN flagvar.Strings ) -const Version = "0.2.4" +const Version = "0.2.5" // GlobalFlagSet returns a new flag set configured with flags common to publish // and subscribe clients.