diff --git a/entry.sh b/entry.sh index b69648a3..4f220c5f 100755 --- a/entry.sh +++ b/entry.sh @@ -15,5 +15,5 @@ else --block-divisor=3 \ --proof-chain-address=0xea2ff902dbeeeccc828757b881b343f9316752e5 \ --consumer-timeout=15 \ - --ipfs-pinner-server="http://ipfs-pinner:3000/" + --ipfs-pinner-server="http://ipfs-pinner:3001/" fi diff --git a/internal/utils/utils.go b/internal/utils/utils.go index 342b9571..6102efdd 100644 --- a/internal/utils/utils.go +++ b/internal/utils/utils.go @@ -32,9 +32,9 @@ const ( // BspAgentVersionMajor is Major version component of the current release BspAgentVersionMajor = 1 // BspAgentVersionMinor is Minor version component of the current release - BspAgentVersionMinor = 4 + BspAgentVersionMinor = 5 // BspAgentVersionPatch is Patch version component of the current release - BspAgentVersionPatch = 9 + BspAgentVersionPatch = 0 ) // BspAgentVersion holds the textual version string.