From dc932a857ffdc74ca7aafcf0ebb2871721627563 Mon Sep 17 00:00:00 2001 From: Pranay Valson Date: Thu, 2 Jan 2025 21:38:35 +0530 Subject: [PATCH] push ipfs-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 2c931f2..6d3d8de 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 = 1 + IpfsPinnerVersionPatch = 3 clientIdentifier = "ipfs-pinner" // Client identifier to advertise over the network )