Skip to content

Commit

Permalink
Merge pull request #139 from covalenthq/develop
Browse files Browse the repository at this point in the history
update bsp-geth to 1.4.2 (#138)
  • Loading branch information
rogarcia authored Apr 11, 2023
2 parents f9fb0c2 + f968774 commit d96d7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
const (
BspVersionMajor = 1 // Major version component of the current release
BspVersionMinor = 4 // Minor version component of the current release
BspVersionPatch = 1 // Patch version component of the current release
BspVersionPatch = 2 // Patch version component of the current release
)

// Version holds the textual version string.
Expand Down

0 comments on commit d96d7c0

Please sign in to comment.