Skip to content

Commit

Permalink
update pinner port and agent minor version
Browse files Browse the repository at this point in the history
Signed-off-by: Pranay Valson <[email protected]>
  • Loading branch information
noslav committed Jan 19, 2024
1 parent 630707d commit 2bfa390
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions internal/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2bfa390

Please sign in to comment.