From e8bd4d9c67156dbc0e5cda31d0daea85b48e4f73 Mon Sep 17 00:00:00 2001 From: Raikhelkar Date: Thu, 12 Oct 2023 17:48:17 -0600 Subject: [PATCH] fix: update ProjectVersion to v2.16.1 --- pkg/utils/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/utils/constants.go b/pkg/utils/constants.go index 2f50c932..5531dbc6 100644 --- a/pkg/utils/constants.go +++ b/pkg/utils/constants.go @@ -10,7 +10,7 @@ const ( // ProjectName is the name of the executable ProjectName = "rpc" // ProjectVersion is the full version of this executable - ProjectVersion = "2.15.1" + ProjectVersion = "2.16.1" ProtocolVersion = "4.0.0" // ClientName is the name of the exectable ClientName = "RPC"