From 96bac7e05b17454f5552cf23d151e9f8da6eabdb Mon Sep 17 00:00:00 2001 From: Pranay Valson Date: Tue, 13 Aug 2024 11:18:03 -0700 Subject: [PATCH] bump pinner patch version Signed-off-by: Pranay Valson --- core/support.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/support.go b/core/support.go index a171767..2c931f2 100644 --- a/core/support.go +++ b/core/support.go @@ -17,7 +17,7 @@ const ( // IpfsPinnerVersionMinor is Minor version component of the current release IpfsPinnerVersionMinor = 2 // IpfsPinnerVersionPatch is Patch version component of the current release - IpfsPinnerVersionPatch = 0 + IpfsPinnerVersionPatch = 1 clientIdentifier = "ipfs-pinner" // Client identifier to advertise over the network )